Cloned from https://github.com/jsonwebtoken/jsonwebtoken.github.io, Kept it simple
First, install the required dependencies:
npm installIn order to build (and run) the project execute:
./node_modules/.bin/gruntYou 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. The default grunt task runs a server at https://127.0.0.1:8000 and watches for changes.
