Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 447 Bytes

File metadata and controls

33 lines (22 loc) · 447 Bytes

Getting Started

Install dependencies

pnpm i

Startup Supabase

pnpm supabase start

Create .env file with url of local database

DATABASE_URL=postgresql://postgres:postgres@127.0.0.1:54322/postgres

Apply latest migrations to local db

pnpm run db:push

Run the development server:

pnpm run dev

Open http://localhost:3000 with your browser to see the result.