git clone https://github.com/stuf/circuiteer.git
cd circuiteer
yarn
yarn dev
start
— run application normally; default port3000
, auto-open browser to dev serverdev
— run in dev mode; port7070
, without browser auto-opentest
— run tests in watch modetest:cov
— run tests once and generate code coverage report