Space rental management software for dance studios and community centers.
- install node.js, pnpm, supabase cli, docker, deno
- add VSCode plugins eslint, deno, tailwindcss
- read the Style Guide
supabase start
; verify withsupabase status
- create a dotenv file. Example
deno task functions
- create a dotenv file. Example
deno task frontend
orcd bookspace && pnpm dev
Login and link to the remote project in order to diff and make changes. Most commonly used commands.
supabase help
supabase start
supabase stop
supabase db diff
supabase db diff -f name_of_migration_file
supabase migrations list