patricksimpson / table

http://thetable.io
Other
3 stars 3 forks source link

The Table

A Ping pong tracking application.

Features:

Dependacies

The table is written on Ember and makes use of Tapas With Ember.

The Table also uses the following libraries:

Setup

This applicaton requires and depends on firebase. You must go to firebase.com and setup an acount to obtain your firebase base URL.

  bundle install

next, you will need to install the node dependancies:

  npm install

Update your configuration files. (firebase base URL).

In app/config/enviornments

  window.TAPAS_ENV =
    name: 'development'
      db: 'https://<YOURFIREBASE>.firebaseio.com'

You will want a a development, test, and production version. Replace with your firebase instance.

Running the app

After you updated your firebase base URL, you can run the application.

  cake server

This will compile the server files, and host the site locally at http://localhost:3333