Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 287 Bytes

README.md

File metadata and controls

23 lines (19 loc) · 287 Bytes

CofDSystem

Install dependencies and setup project

Executed automatically when other scripts are executed.

make setup

Lint

make lint

Tests

make tests

Build

Build artifacts. You can find built artifacts in out.

make build