biojs / registry-ui

OLD BioJS registry frontend. For new repo, see https://github.com/biojs/biojs-frontend
https://github.com/biojs/biojs-frontend
7 stars 9 forks source link

This repo is no longer in use. For the registry front-end for BioJS, see https://github.com/biojs/biojs-frontend

==============================

OUTDATED

OUTDATED

BioJS registry ui

biojs.io

Build Status

Dev instance

dev.biojs.io

Production instance

biojs.io

  1. 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:

  1. 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.)

  1. More doc

Join us on Gitter or #biojs.