524 B
524 B
Development Quick Start
This page is the developer-focused entrypoint for working on FetchML.
Prerequisites
- Go
- Zig
- Docker / Docker Compose
Quick setup
# Clone
git clone https://github.com/jfraeys/fetch_ml.git
cd fetch_ml
# Start dev environment
make dev-up
# Run tests
make test
Next
- See
testing.mdfor test workflows. - See
architecture.mdfor system structure. - See
zig-cli.mdfor CLI build details. - See the repository root
DEVELOPMENT.mdfor the full development guide.