Install dependencies:
pnpm install
Create a .env
file and fill it out as per .env.example
:
cp .env.example .env
Run a local CockroachDB instance with Docker:
pnpm db:up
Create the database tables:
pnpm db:push
Start the development server:
pnpm dev
Run unit tests:
pnpm test
This project is licensed under the terms of the MIT license.