Development¶
For most development, run the full Docker Compose stack from the repository root.
API¶
From api/:
The API expects PostgreSQL, Redis, S3 credentials, S3_BUCKET, and JWT_SECRET to be available in the environment.
Run API tests:
UI¶
From ui/:
Build the UI:
Lint the UI:
Documentation¶
Install documentation dependencies from the repository root:
Build the documentation site:
Serve the documentation locally: