A lightweight interface for visualizing arctos. This interface is written in angularJS v1.7 and bootstrap v3.x and calls ElasticSearch via biscicol-server
The master branch of this repository is hosted on netlify and currently running at: https://arctos_interface.netlify.app/
// first ensure you have the correct versions
$ node -v
v18.2.0
$ npm -v
8.9.0
# git checkout main codebase
# git checkout trait-viz submodule
$ cd app
$ git submodule add https://github.com/biocodellc/trait-viz.git
$ git commit -am "add trait-viz submodule"
npm install
npm start
The following uses public/
as the output directory:
gulp clean
gulp
- Just point Apache or Nginx to the
public/
directory after running gulp - Netlify: deploy build command, use
gulp
and point to directorypublic