biojs / registry-ui

OLD BioJS registry frontend. For new repo, see https://github.com/biojs/biojs-frontend

Home Page:https://github.com/biojs/biojs-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

  • directly linked to github pages
  • branch gh-pages

dev.biojs.io

Production instance

  • deployed to Amazon S3 and Cloudfront
  • only deploy "stable" stuff to our registry frontend ;-)
  • branch stable

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:

  • http-server
npm install -g http-server
  • protractor (for testing, see also 2.)
npm install -g protractor
webdriver-manager update
  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.

About

OLD BioJS registry frontend. For new repo, see https://github.com/biojs/biojs-frontend

https://github.com/biojs/biojs-frontend


Languages

Language:JavaScript 82.0%Language:HTML 10.5%Language:CSS 7.3%Language:Roff 0.2%Language:Ruby 0.0%Language:Makefile 0.0%