A single-page application for managing SEGUE.
Assuming you have npm, gulp and bower already installed:
git clone https://github.com/segue-org/schedule.git
cd schedule
npm install
bower install
gulp serve
Then the application will be available on http://localhost:7000