A SvelteKit website with Supabase DB, styling with Tailwind and DaisyUI
Steps only required if you are new to web dev(No Node/NPM installed)
Install nvm(Node Version Manager) and Node
winget install --id=CoreyButler.NVMforWindows -e
nvm install 22
nvm use 22
Clone project and install dependencies
git clone https://github.com/TRBLcoding/trbl-website.git
cd trbl-website
npm install
Setup environement variables
GOOGLE_INTERMEDIARY_EMAIL="..." GOOGLE_ADMIN_EMAIL="..." GOOGLE_APP_PASSWORD="..."
## Developing
Run dev server
```bash
npm run dev