Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 576 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 576 Bytes

Footlight Console Frontend

This is the front end web application that connects to the Foolight Condenser via a RESTful API.

License

All source code in this repository is available under the MIT License. See LICENSE.md for details.

Getting started

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.