Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.08 KB

File metadata and controls

44 lines (28 loc) · 1.08 KB

devrail.dev

DevRail v1 is stable. See STABILITY.md for component status.

The documentation site for DevRail -- opinionated development standards for teams that ship with AI agents.

Quick Start

  1. Install Hugo extended and Go
  2. Clone this repository
  3. Start the development server:
make serve

Usage

make help

Available 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

Configuration

This site uses Hugo with the Docsy theme via Go modules. Configuration is in hugo.toml.

Contributing

See DEVELOPMENT.md for development standards and contribution guidelines.

To add a new language ecosystem to DevRail, see the Contributing to DevRail guide.

License

MIT