-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated README, removed stray files.
- Loading branch information
Showing
10 changed files
with
5 additions
and
4,641 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,25 @@ | ||
##JWT.io | ||
|
||
<img src="https://cdn.auth0.com/blog/jwtio/jwtio.png"/> | ||
<img src="https://cloudup.com/csK82bzTY8j+"/> | ||
|
||
[![Build Status](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io.png?branch=master)](https://travis-ci.org/jsonwebtoken/jsonwebtoken.github.io) | ||
|
||
### How to build | ||
|
||
> Warning: `index.html` in the root folder is a generated file please edit `html/index.html`. | ||
First, install the required dependencies: | ||
|
||
```sh | ||
npm install && bower install | ||
npm install | ||
``` | ||
|
||
In order to build (and run) the project execute: | ||
In order to build (and run) the project execute: | ||
|
||
```sh | ||
grunt | ||
``` | ||
|
||
And then go to http://0.0.0.0:8000. | ||
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`. | ||
|
||
That will create the css from the less files, minify the javascript and generate `index.html` from `html/index.html`. | ||
### Happy hacking! | ||
|
||
|
||
### Happy hacking! |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.