Beta -- DevRail is under active development. Standards, tooling, and site content may change without notice. See STABILITY.md for details.
The documentation site for DevRail -- opinionated development standards for teams that ship with AI agents.
- Install Hugo extended and Go
- Clone this repository
- Start the development server:
make servemake helpAvailable targets:
| Target | Description |
|---|---|
make build |
Build the Hugo site |
make serve |
Start local Hugo development server |
make check |
Run all checks (lint, format, test, security, docs) |
make install-hooks |
Install pre-commit hooks |
This site uses Hugo with the Docsy theme via Go modules. Configuration is in hugo.toml.
See DEVELOPMENT.md for development standards and contribution guidelines.
To add a new language ecosystem to DevRail, see the Contributing a New Language Ecosystem guide.