This is a Next.js project bootstrapped with create-next-app.

Getting Started

Populate your .env.local with cp .env.example .env.local

Docker

docker compose up

Note: installing new packages require image re-build with docker compose up --build

Local

  1. Start postgres database somewhere and populate your .env.local with DATABASE_URL
  2. Install dependencies with npm install
  3. Run npm run dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.js. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Inter, a custom Google Font.

Learn More

Deploy on Vercel

TBD