Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 614 Bytes

File metadata and controls

33 lines (24 loc) · 614 Bytes

Conflow — User Quickstart

Get up and running in 60 seconds.

Prerequisites

Install

git clone https://github.com/hyperpolymath/conflow
cd conflow
just doctor    # check toolchain
just heal      # auto-install missing tools

First Run

just tour      # guided project tour
just help-me   # see common workflows

Get Help