<<<<<<< HEAD
=======
Demo page for ReDoc, 2018 SVTEP
$ git clone https://github.com/mlleo/ReDoc.git
$ cd ReDoc
$ pip install -r ./requirements.txt
$ python app.py
Then open browser with url 'localhost:8888'
$ git branch {@your_branch_name}
$ git checkout {@your_branch_name}
After your work, type following lines to share your works
$ git add .
$ git commit -m "{@your_commit_name}"
$ git push origin {@your_branch_name}
update