Getting Started

To run this application locally, create an env with the following variables:

DATABASE_URL="postgresql_url"

Install dependencies and start with:

npm run dev
# or
yarn dev
# or
pnpm dev

You can find further documentation here.