/362

Primary LanguageSvelteGNU General Public License v3.0GPL-3.0

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.