You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.
First of all, you need node.js installed (http://nodejs.org/).
Then, run
$ npm install
$ npm install -g grunt-cli
in the project root folder (the folder where this file lies) to automatically install dependencies (compiler and toolchain).
Then, run
$ grunt
to build the project.
Launch the webserver required for file hosting with
$ node server.js
Now, head to http://localhost:8888/ in your web browser. If no errors occured, you should be ready to go and also have a working development environment.