jjoeldaniel / 362

Home Page:https://362.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

View the Website

To view the website, please follow this link: 362.vercel.app

Tech Stack

For this project, we used the following technologies:

  • Svelte: Our web framework
  • Sveltekit: Our server code
  • Supabase: Our database and authentication provider
  • Tailwind: Our CSS framework
  • TypeScript: Our programming language
  • Vite: Our build tool
  • Bun: Our package management tool
  • Asana: Our project management tool
  • Lucidchart: Our visualization tool

Clone the Repository

On the top right of the repository,click the code button to fork or clone this repository.

Setting up enviroment

Note: If using bun.sh, simply replace occurances of node with bun!

Install all required dependencies

npm install

Copy the .env.example file and fill out required environment variables (keys will be included with project submission).

cp .env.example .env

Running code manually

npm run dev

The server will now be running on localhost, follow the link in the terminal to view the website.

About

https://362.vercel.app

License:GNU General Public License v3.0


Languages

Language:Svelte 69.0%Language:TypeScript 17.4%Language:JavaScript 9.5%Language:Python 2.4%Language:HTML 1.4%Language:CSS 0.2%