Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 716 Bytes

README.md

File metadata and controls

51 lines (35 loc) · 716 Bytes

TM

A turing machine running in your browser

bower

We use bower to package our dependencies.

npm install -g bower

Run the following commands to install the depencies

bower install

package

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