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.
- Run
npm installto install server dependencies. - Run
grunt developto install all dependencies. - Run
grunt serveto preview the site in a browser.
grunt develop: refresh all of the dependenciesgrunt serve: preview the site in a browsergrunt test: run the test suite
By running grunt test a coverage folder will be generated in the root directory of this project. Open index.html to view code coverage.
