This is a Next.js project bootstrapped with create-next-app
.
Node v22+
First, run the development server:
npm i
npm run dev
Open https://localhost:3000 with your browser to see the result.
To add new Chakra snippets, execute the following script in your terminal
npx @chakra-ui/cli snippet add toggle-tip --outdir app/components/chakra-snippets
Supabase postgres database. Setup is under...
/supabase
To add new migrations for db schema updates, run...
npx supabase migration new init
Supabase recommends keeping the timestamp prefix to ensure the order of the migrations is always correct.
To push migrations to the deployed database, use the Supabase CLI command...
npx supabase db push