This is the front end web application that connects to the Foolight Condenser via a RESTful API.
All source code in this repository is available under the MIT License. See LICENSE.md for details.
To get started with the app, clone the repo and then install the needed gems:
$ bundle install
$ rails test
If the test suite passes, you'll be ready to run the app in a local server:
$ rails server -p 3001
Note: For local development, run Footlight Condenser on port 3000.