Development Guide
Installation
Learn how to install Feedbase on your local machine
System Requirements
- Node.js 18.0.0 or higher
- pnpm 8.8.0 or higher
Clone the repository
1
Clone the repository and open the project directory
2
Install dependencies
Database Setup
Feedbase is using Supabase as its database. For local development, you can use the Supabase CLI to start a local Postgres database.
1
Install the Supabase CLI
Follow the instructions here to install the Supabase CLI for your operating system.
2
Start the database
3
Visit the dashboard
Now you can visit the local Supabase dashboard at http://localhost:54323 to make sure all migrations have been applied correctly.
Was this page helpful?