Online visual document management system for Buckyball's markdown documentation.
cd documents
nix developcd frontend
pnpm installpnpm devcd documents
nix develop
uvicorn backend.main:app --reloadNote: Backend requires
.envwith GitHub App credentials for full functionality. Copy.env.exampleto.envand fill in values. Without it, the health endpoint (/api/health) still works for verifying the server runs.
cp .env.example .env
# Fill in .env values
nix runThis builds the frontend, then starts uvicorn serving both API and static files on port 8000.