The code for the CRBT app website, deployed at crbt.app.
- SvelteKit for the back-end
- Svelte for the front-end (obviously)
- SCSS for styling
- Supabase for the database
- Prisma for interacting with the database
- Clone with
git clone https://github.com/CRBT-Team/Website - Install dependencies with
yarn - Run
yarn devto serve it locally - Run
yarn buildto build for production
- paperdave for coding the original website.
