Skip to content

Latest commit

 

History

History
50 lines (28 loc) · 713 Bytes

Readme.md

File metadata and controls

50 lines (28 loc) · 713 Bytes

#Install

install grunt

sudo npm install -g grunt-cli

cd to this package's root directory

cd studyMaker

install node subpackages

npm install

##install mysql [do whatever for your platform] maybe delete script/my.ini

create dev database and tables

cp example-config.json config-dev.json

[edit config-dev.json]

cp example-config.json config-test.json

grunt createDev

import a deck from a text file

grunt importDeck --from=reformation

start webserver

grunt dev

visit

http://[yourdomain]:[yourport]/sheets/all

configure tests

[edit config-test.json to be a different db and port from dev]

run browser tests

grunt test

run server tests

npm install -g mocha

mocha