blog/README.md

17 lines
259 B
Markdown

# Platypush blog pages and engine
This project provides the pages and the webapp needed by the Platypush blog.
## Dependencies
- `flask`
- `markdown`
- `pygments`
## Start the web app
```shell
# The application will listen on port 8000
python -m app
```