Skip to content

tales-pw/CofDSystem

Repository files navigation

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