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