MBARI's Video Annotation and Reference System
- Checkout VARS
git clone https://github.com/hohonuuli/vars.git
- Build
mvn install -P dev
VARS uses a Gitflow Workflow. The master branch is for releases. There is a videofile branch for videofile specific releases. Most development should be done on the develop branch. For example:
git clone https://github.com/hohonuuli/vars.git
git checkout -b develop origin/develop