Skip to content

ZhangHanDong/jsonwebtoken.github.io

 
 

Repository files navigation

##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!

Releases

No releases published

Packages

No packages published

Languages

  • HTML 79.2%
  • JavaScript 14.8%
  • CSS 6.0%