Install packages
npm install
Update packages
npm run update
Reinstall packages
npm run reinstall
Local environment on http://localhost:3000
npm run local -- --open
Production environment
npm run prod -- --open
Production build
npm run build
Clean cache
npm run clean
Container start on http://localhost:54323
supabase start
Container stop
supabase stop
Database migrate
supabase db diff --use-migra -f file_name
Database reset
supabase db reset
Database seed
npx snaplet generate --sql > supabase/seed.sql
Database push
supabase db push