kategengler / cablecast-public-site

Starter website for TV station using Cablecast broadcast automation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cablecast Public Site

The Cablecast Public Site is an Open Source web application that consumes the Cablecast API. It is included with Cablecast versions 6.0.0 and greater. We welcome community contributions, but please keep in mind that not all features will be accepted. We hope stations will fork this repository and customize this site to fit whatever needs they may have. Documentation and examples will be released soon, and this README will be updated with links to these resources.

If you have any problems with this application please use the GitHub issue tracker to file issues.

This application is written in the Ember JS javascript framework. Below are instructions for how to get started developing this application, as well as some useful links for getting started with Ember.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • change into the new directory
  • npm install
  • bower install

Running / Development

Code Generators

Make use of the many generators for code, try ember help generate for more details

Running Tests

  • ember test
  • ember test --server

Building

  • ember build (development)
  • ember build --environment production (production)

Deploying

Specify what it takes to deploy your app.

Further Reading / Useful Links

About

Starter website for TV station using Cablecast broadcast automation.

License:MIT License


Languages

Language:JavaScript 57.7%Language:Handlebars 25.6%Language:SCSS 14.9%Language:HTML 1.7%