First, install the required dependencies:
npm installIn order to build (and run) the project execute:
gruntYou will find the generated files in the dist directory. For the website, you can run a server at its root. For example: http-server dist/website.
To run tests, execute:
grunt test
Look at the end of the Gruntfile for other common tasks.

