Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

WildMeOrg/wbia-project-website

 
 

Repository files navigation

IBEIS Web

Tasks on Trello Build Status Dependency Status devDependency Status

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
  1. Run npm install to install server dependencies.
  2. Run grunt develop to install all dependencies.
  3. Run grunt serve to preview the site in a browser.
Commands
  • grunt develop: refresh all of the dependencies
  • grunt serve: preview the site in a browser
  • grunt 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.

About

Web interface and API for IBEIS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 89.3%
  • JavaScript 10.1%
  • CSS 0.6%