lob

Demonstrating realtime connection between web browsers. Powered by ably.io. Created by Workshop14.io

Stars
1

lob

Demonstrating realtime connection between web browsers. Powered by ably.io

Installation

Requires Ruby, RubyGems, Node.js and Npm to be installed.

Clone source from github

git clone [email protected]:CrowdHailer/lob.git
cd lob

Fetch dependencies

bundle
npm install

Create database, requires postgres to be set up and user and passwords to be set.

createdb lob_development
rake db:migrate:up

Usage

Run all the tests through rake and npm.

rake test && npm test

Run the local version by executing heroku local. The application will the be available on port 5000

Notes