Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 324 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 324 Bytes

nuxt-supabase-template minimal starter

Setup

Create .env file in the root of the project

SUPABASE_URL=
SUPABASE_KEY=
DATABASE_URL=

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm run dev