A turing machine running in your browser
We use bower to package our dependencies.
npm install -g bower
Run the following commands to install the depencies
bower install
We use grunt to automate checking, concatenating, minifying and
packaging the code. It depends on a globally installed grunt-cli
npm install -g grunt-cli
afterwards install all the development dependencies
npm install
The following command checks, concatenates and minifies the code in the lib directory.
grunt
When you want to package the distribution run
grunt compress