Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 268 Bytes

usage.md

File metadata and controls

26 lines (18 loc) · 268 Bytes

Usage

  1. Build binaries using make build
  2. Check that ./build/ exists

Run CLI

./build/optimizer --help

Important

--file is a compulsory flag

Frontend

cd frontend
npm run dev

Backend

./build/backend