Guides

Step-by-step tutorials and workflow guides for common tasks.

Tutorials

Workflows

Quick Reference

New Project

hx new my-project
cd my-project
hx build
hx test

Existing Project

cd existing-project
hx init
hx lock
hx build

Daily Development

hx watch test          # TDD workflow
hx build --release     # Production build
hx doctor              # Check environment