https://github.com/msz/annotator-example
A small app using annotator.js
https://github.com/msz/annotator-example
Last synced: 17 days ago
JSON representation
A small app using annotator.js
- Host: GitHub
- URL: https://github.com/msz/annotator-example
- Owner: msz
- Created: 2017-05-13T17:23:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-13T17:30:12.000Z (about 9 years ago)
- Last Synced: 2025-12-06T03:51:57.959Z (6 months ago)
- Language: JavaScript
- Size: 134 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
* Python
* Flask
# Running
```
$ export FLASK_APP=app.py
$ flask run
```