Skip to content

Commit

Permalink
Updated README, removed stray files.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebadoom committed Jan 19, 2018
1 parent 18cad35 commit d7be24f
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 4,641 deletions.
13 changes: 5 additions & 8 deletions README.md
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!
296 changes: 0 additions & 296 deletions js/accordion.js

This file was deleted.

Loading

0 comments on commit d7be24f

Please sign in to comment.