Getting Started
Get a local copy of the project running in a few minutes.
Prerequisites
- Node.js 20 or later
- npm 10 or later
- A Supabase project
Install dependencies
git clone https://github.com/your-org/project.git
cd project
npm installRun the dev server
Start the development server and open http://localhost:3000.
npm run dev