fetch_ml/docs/src/dev-quick-start.md

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.md for test workflows.
  • See architecture.md for system structure.
  • See zig-cli.md for CLI build details.
  • See the repository root DEVELOPMENT.md for the full development guide.