README.md
June 2, 2017 ยท View on GitHub

IBEIS Web is the new front-end solution for the IBEIS image analysis suite. It provides a researcher friendly interface with the goal of providing animal identification to fuel biological and ecological insight.
This repository is purely for the development of an angular front-end. All node modules and server code is for development and testing.
Getting Started
Prerequisites
Developing
First Time Setup
- Run
npm installto install server dependencies. - Run
grunt developto install all dependencies. - Run
grunt serveto preview the site in a browser.
Commands
grunt develop: refresh all of the dependenciesgrunt serve: preview the site in a browsergrunt test: run the test suite
Code Coverage
By running grunt test a coverage folder will be generated in the root directory of this project. Open index.html to view code coverage.