/variora

A collaborative annotation tool that facilitates the discussion about the documents uploaded by users.

Primary LanguageJavaScript

Variora

the idea of this project comes from NotaBene


Build Status

Installation

  1. Navigate to target directory on system.
  2. Run git clone https://github.com/R-o-y/variora.git in terminal
  3. cd variora
  4. Set up your own virtual environment.
  5. Create private_settings.py file in correct directory and include the private settings.
  6. Install dependencies using pip pip install -r dev_reqs.txt
  7. Install dependencies using npm npm install -g yarn webpack webpack-cli
  8. Install dependencies using yarn yarn
  9. ./rundevserver.sh or source rundevserver.sh