Skip to content

Commit d7be24f

Browse files
committed
Updated README, removed stray files.
1 parent 18cad35 commit d7be24f

10 files changed

+5
-4641
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,25 @@
11
##JWT.io
22

3-
<img src="https://cdn.auth0.com/blog/jwtio/jwtio.png"/>
3+
<img src="https://cloudup.com/csK82bzTY8j+"/>
44

55
[![Build Status](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io.png?branch=master)](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io)
66

77
### How to build
88

9-
> Warning: `index.html` in the root folder is a generated file please edit `html/index.html`.
10-
119
First, install the required dependencies:
1210

1311
```sh
14-
npm install && bower install
12+
npm install
1513
```
1614

17-
In order to build (and run) the project execute:
15+
In order to build (and run) the project execute:
1816

1917
```sh
2018
grunt
2119
```
2220

23-
And then go to http://0.0.0.0:8000.
21+
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`.
2422

25-
That will create the css from the less files, minify the javascript and generate `index.html` from `html/index.html`.
23+
### Happy hacking!
2624

2725

28-
### Happy hacking!

js/accordion.js

-296
This file was deleted.

0 commit comments

Comments
 (0)