2021-01-24 12:20:02 +01:00
|
|
|
# Platypush blog pages and engine
|
|
|
|
|
|
|
|
This project provides the pages and the webapp needed by the Platypush blog.
|
|
|
|
|
|
|
|
## Dependencies
|
|
|
|
|
|
|
|
- `flask`
|
|
|
|
- `markdown`
|
2021-01-24 20:39:27 +01:00
|
|
|
- `pygments`
|
2021-01-28 00:01:53 +01:00
|
|
|
|
|
|
|
## Start the web app
|
|
|
|
|
|
|
|
```shell
|
|
|
|
# The application will listen on port 8000
|
|
|
|
python -m app
|
|
|
|
```
|