Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 375 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 375 Bytes

submission

A single-page application for the submission of talk proposals for SEGUE.

installation

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