#Install
sudo npm install -g grunt-cli
cd studyMaker
npm install
##install mysql [do whatever for your platform] maybe delete script/my.ini
cp example-config.json config-dev.json
[edit config-dev.json]
cp example-config.json config-test.json
grunt createDev
grunt importDeck --from=reformation
grunt dev
http://[yourdomain]:[yourport]/sheets/all
[edit config-test.json to be a different db and port from dev]
grunt test
npm install -g mocha
mocha