Online visual document management system for Buckyball's markdown documentation.
cp .env.example .env
# Fill in .env values
nix runNote: 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.
This builds the frontend, then starts uvicorn serving both API and static files on port 8000.