Skip to content

Commit eded3b5

Browse files
committed
Update README.md
1 parent cb6a78c commit eded3b5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
11
##JWT.io
22

33
[![Build Status](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io.png?branch=master)](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+
```sh
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

Comments
 (0)