Skip to content

linhub15/bookthatspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Book that space

Space rental management software for dance studios and community centers.

Developer Setup

  • install node.js, pnpm, supabase cli, docker, deno
  • add VSCode plugins eslint, deno, tailwindcss
  • read the Style Guide

Supabase db

  • supabase start; verify with supabase status

Supabase functions

  • create a dotenv file. Example
  • deno task functions

Frontend

  • create a dotenv file. Example
  • deno task frontend or cd bookspace && pnpm dev

Running the supabase cli

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

About

Community center room booking system

Resources

Stars

Watchers

Forks