Thank you for your interest in contributing to Bilo Bunker! We welcome contributions from developers of all skill levels.
Please maintain a respectful, welcoming, and inclusive community environment in all issue discussions, pull requests, and code reviews.
-
Fork and clone the repository:
git clone https://github.com/your-username/bilo-bunker.git cd bilo-bunker -
Ensure Node & pnpm are ready:
nvm use make install
-
Start local development server:
make dev
Before submitting a Pull Request, ensure all quality checks pass cleanly:
# Must produce 0 errors
make typecheck
# Must produce 0 errors
make lint
# All tests must pass
make test
# Production build must succeed
make buildRefer to agents.md to understand the domain responsibilities (@agent-arch, @agent-nostr, @agent-ui, @agent-devops) and architectural guidelines.