Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 596 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 596 Bytes

Spotbot-client

A web app for controlling the Spotbot player. Built with Ember and Firebase. Deploy easy on heroku.

Installation

  • git clone https://github.com/himynameisjonas/spotbot-client.git this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Deploying

  1. heroku create <OPTIONAL_APP_NAME> --buildpack https://github.com/tonycoco/heroku-buildpack-ember-cli.git
  2. git push heroku master