Tree visualizations of the Biolink Model
- Clone the repo
- Do
pip install -r requirements.txt
- Run
python app.py --debug
- Go to http://127.0.0.1:5000/ in your browser (or whatever address you're directed to by the command line message output by step 3)
Note: You will need to refresh the browser page to see any local code changes.
Pushing code to main
automatically triggers a rebuild and deployment of the application.