We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6a78c commit eded3b5Copy full SHA for eded3b5
README.md
@@ -1,3 +1,28 @@
1
##JWT.io
2
3
[](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io)
4
+
5
+### How to build
6
7
+> Warning: `index.html` in the root folder is a generated file please edit `html/index.html`.
8
9
+First, install the required dependencies:
10
11
+```sh
12
+npm install && bower install
13
+```
14
15
+In order to build (and run) the project execute:
16
17
18
+grunt
19
20
21
+And then go to http://0.0.0.0:8000.
22
23
+That will create the css from the less files, minify the javascript and generate `index.html` from `html/index.html`.
24
25
26
+### Happy hacking!
27
28
0 commit comments