Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 396 Bytes

README.rdoc

File metadata and controls

27 lines (16 loc) · 396 Bytes

Ride The Wave

NodeJS chat system

Installation

  • install node v0.6.7

  • run “npm install” inside project to get dependencies

Run

Start server on port 3000:

node server.js

Open in you browser localhost:3000/

Testing

Run all tests:

$ make test

Also Guard script available to run only modified. Install gaurd with a bundler:

$ bundle install

Start guard:

$ guard