Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 413 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 413 Bytes

CircuitGame

All commands should be run from top-level directory

Setting up development environment

  • 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

Testing

  • run npm test to run jest tests using all files found in __tests__ directories