Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Quickstart

This section is for contributors who want to run and modify Devflow source code. For now, use direct Cargo commands as the primary development path (dogfooding is phased later).

Prerequisites

Step-by-Step

  1. Clone repository:

git clone https://github.com/softmentor/devflow.git
cd devflow
  1. Build and validate:

cargo fmt
cargo check --offline
cargo test --offline
  1. Run core workflow commands from source:

cargo run -p devflow-cli -- check:pr
cargo run -p devflow-cli -- ci:generate
cargo run -p devflow-cli -- ci:check

Crate Overview