Skip to content
Premasagar Rose edited this page Aug 29, 2013 · 1 revision

This isn't required to contribute, but if you want to run the application on your machine...

  1. Install Node.js
  2. Run:
git clone git@github.com:asyncjs/nodeventure.git
cd nodeventure
npm install
node server.js
  1. Open http://localhost:8989 in your browser
Clone this wiki locally