##JWT.io

Build Status

How to build

First, install the required dependencies:

npm install

In order to build (and run) the project execute:

grunt

You 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.

Happy hacking!