git clone https://github.com/stuf/circuiteer.git
cd circuiteer
yarn
yarn devstart— 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
