git clone https://github.com/DeepZone/routeforge.git
cd routeforge
cp .env.example .env
docker compose up --buildcd backend
pytest -qcd frontend
npm run build- Keep pull requests focused and easy to review.
- Update documentation together with user-facing behavior changes.
- Add or update tests when behavior changes.
- Do not break existing API endpoints without explicit versioning and migration notes.
RouteForge is read-only by design.
Do not add write operations (registry writes, ROA creation, router deployment, or similar mutating workflows) without an explicit design discussion and maintainer approval.
By contributing to RouteForge, you agree that your contributions are licensed under the same license as the project: GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later).
Do not contribute code that you do not have the right to license under AGPL-3.0-or-later.