trbl-website Svelte Themes

Trbl Website

A partialy prerendered site made with SvelteKit, with dynamic content loaded from Supabase

TRBL website

A SvelteKit website with Supabase DB, styling with Tailwind and DaisyUI

Setup project

New to web dev

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

Setup

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

Top categories

Loading Svelte Themes