Skip to content

Latest commit

 

History

History
35 lines (22 loc) · 500 Bytes

README.md

File metadata and controls

35 lines (22 loc) · 500 Bytes

supabase-playground

This project is built with pnpm

Install

To install the project dependencies, run the following command:

pnpm install

Start supabase

To start the supabase server, run the following command:

pnpm supabase start

Reset the database

To reset the db, apply migrations, and add seed data, run the following command:

pnpm supabase db reset

Start the server

To start the server, run the following command:

pnpm run dev