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