Install dependencies
pnpm iStartup Supabase
pnpm supabase startCreate .env file with url of local database
DATABASE_URL=postgresql://postgres:[email protected]:54322/postgres
Apply latest migrations to local db
pnpm run db:pushRun the development server:
pnpm run devOpen http://localhost:3000 with your browser to see the result.