This repo is no longer in use. For the registry front-end for BioJS, see https://github.com/biojs/biojs-frontend
==============================
gh-pages
stable
Clone the repository, install all dependencies and run up the server:
git clone https://github.com/biojs/registry-ui.git
cd registry-ui/
npm install
npm run start
Any issues with this? You might need to install the following dependencies globally which could be missing yet:
npm install -g http-server
npm install -g protractor
webdriver-manager update
To start up the Selenium test server and run the test suite, go with:
webdriver-manager start --standalone
protractor protractor/conf.js
You might need to install protractor. See also 1.)
Join us on Gitter or #biojs.