Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 973 Bytes

README.markdown

File metadata and controls

30 lines (22 loc) · 973 Bytes

playerground

This web application is a YouTube player harness. The playerground will load a standard YouTube player, initialize it's parameters, and expose the API.

To install from source run the following commands:

# Checkout code:
git clone git://github.com/PhilHarnish/playerground.git ~/playerground
cd ~/playerground
# Get dependencies:
git submodule update --init lib/*

To build the source:

sudo gem install staticmatic rake
# Build from source
rake

After rake completes the ~/playerground/site directory will contain the generated files.

To run the spec suite run the following commands:

# Get dependencies:
gem sources -a http://gems.github.com
sudo gem install visionmedia-jspec
rake spec