Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 433 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 433 Bytes

#Realtime timeline with hapi.js, nes and RethinkDB

This is the code for this blog-post: Realtime timeline with hapi.js, nes and RethinkDB

##How to setup?

You should have a current version of node installed and a local RethinkDB server running. Now just clone the repository and execute these commands:

npm install -g browserify
npm install
npm start