https://github.com/blockdiag/blockdiag_interactive_shell
https://github.com/blockdiag/blockdiag_interactive_shell
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/blockdiag/blockdiag_interactive_shell
- Owner: blockdiag
- Created: 2018-05-03T07:52:52.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-06-29T20:28:48.000Z (almost 5 years ago)
- Last Synced: 2024-11-04T02:32:53.423Z (6 months ago)
- Language: JavaScript
- Size: 6 MB
- Stars: 16
- Watchers: 2
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - blockdiag/blockdiag_interactive_shell - (others)
README
# [interactive shell for blockdiag](http://interactive.blockdiag.com/)
- Works like [blockdiag](http://blockdiag.com/) web editor
- Simple WSGI Apps (using Flask)
- Hosted on Google Appengine- Limitations:
- All diagram sources are saved as URL parameter, not any databases
- Could not render large diagram (it raises URL length overflow)Author: @tk0miya
## How to run locally (for debugging)
```
$ git clone https://github.com/blockdiag/blockdiag_interactive_shell
$ cd blockdiag_interactive_shell
$ python bootstrap.py
$ bin/buildout
$ bin/dev_appserver app
```And then, access http://localhost:8080/