Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 369 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 369 Bytes

Open the app

Getting Started

npm install

Copy and update the environment variables:

cp .env.local.example .env.local

Run the development server:

npx supabase start
npm run dev

Running the edge functions locally

npx supabase functions serve --env-file .env.local