Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 272 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 272 Bytes

Iris frontend

Web UI for Iris API

Setup dev environment

  1. create & source your virtualenv
  2. run python setup.py develop
  3. run pip install -r dev_requirements.txt

Run UI web service

make serve