Make sure to install the dependencies:
yarn install
supabase gen types typescript --project-id ufkxwhxtmmjkgedlkikl > types/database.types.ts
Start the development server on http://localhost:3000
:
yarn dev
Build the application for production:
yarn build
Locally preview production build:
yarn preview
Serve on production:
yarn start