All commands should be run from top-level directory
- ensure node, npm, and gulp are installed on your machine
- run
npm install
to pull down project dependencies - run
gulp build
to build js and scss - run
gulp watch
to watch js/scss changes and recompile
- run
npm test
to run jest tests using all files found in__tests__
directories