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