Skip to main content

System Requirements

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.