System Requirements

Clone the repository

1

Clone the repository and open the project directory

git clone https://github.com/chroxify/feedbase.git && cd feedbase
2

Install dependencies

pnpm install

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

supabase start
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.