Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 487 Bytes

README.md

File metadata and controls

41 lines (27 loc) · 487 Bytes

Setup

Make sure to install the dependencies:

yarn install

Scaffold Database

supabase gen types typescript --project-id ufkxwhxtmmjkgedlkikl > types/database.types.ts

Development Server

Start the development server on http://localhost:3000:

yarn dev

Production

Build the application for production:

yarn build

Locally preview production build:

yarn preview

Serve on production:

yarn start