Development¶
Prerequisites¶
- Crystal 1.10+
- Shards
- Make
Build¶
make deps
make build # debug binary
make release # optimized binary
make static # static binary (Linux/musl)
Test¶
Quality¶
Docker¶
Documentation¶
Preview the docs site locally:
This starts a dev server at http://127.0.0.1:8000/autobot/ with live reload — any changes to docs/ or mkdocs.yml are reflected immediately.