This is the home of hapijs.com.
-
First, obtain a token from github here
-
Edit the
dev_config.jsonfile and put your token in thegithubTokenfield -
Run the following commands
npm install
make
npm startYou may now visit http://localhost:3000 in your browser to view the site.
The server also runs a file watcher that will automatically rebuild content when files are changed.