Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 602 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 602 Bytes

Brain Maintain

Deployable game for testing your basic math skills.

Requirements

  • Node.js with NPM
  • Mongodb Database (Local or Hosted)

Installation

Testing

Mocha is the chosen testing library for brain-maintain. To run tests, you need to install mocha and run the mocha command:

  • npm install mocha -g
  • mocha (run from root of brain-maintain)

Enjoy and have fun!