Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 654 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 654 Bytes

##JWT.io

Build Status

How to build

Warning: index.html in the root folder is a generated file please edit html/index.html.

First, install the required dependencies:

npm install && bower install

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

grunt

And then go to http://0.0.0.0:8000.

That will create the css from the less files, minify the javascript and generate index.html from html/index.html.

Happy hacking!