Skip to content

mlleo/ReDoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

<<<<<<< HEAD

ReDoc

=======

ReDoc

Demo page for ReDoc, 2018 SVTEP


How to test

$ 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'


How to modify

$ 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published