System Requirements
- Node.js 18.0.0 or higher
- pnpm 8.8.0 or higher
Clone the repository
Database Setup
Feedbase is using Supabase as its database. For local development, you can use the Supabase CLI to start a local Postgres database.Install the Supabase CLI
Follow the instructions here to install the Supabase CLI for your operating system.
Visit the dashboard
Now you can visit the local Supabase dashboard at http://localhost:54323 to make sure all migrations have been applied correctly.