This repo is no longer in use. For the registry front-end for BioJS, see https://github.com/biojs/biojs-frontend
==============================
- directly linked to github pages
- branch
gh-pages
- deployed to Amazon S3 and Cloudfront
- only deploy "stable" stuff to our registry frontend ;-)
- branch
stable
- Setup Your Local Dev Environment
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:
- http-server
npm install -g http-server
- protractor (for testing, see also 2.)
npm install -g protractor
webdriver-manager update
- Run the tests
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.)
- More doc
Join us on Gitter or #biojs.