cp .env.example .env
make docker-up
cargo run
Export the OpenAPI document:
cargo run --bin export-openapi
Preview the docs:
cd docs
npx mintlify@latest dev