https://github.com/imageboardsnet/leaf
A dead simple blogging software
https://github.com/imageboardsnet/leaf
blogging flask
Last synced: 3 months ago
JSON representation
A dead simple blogging software
- Host: GitHub
- URL: https://github.com/imageboardsnet/leaf
- Owner: imageboardsnet
- License: agpl-3.0
- Created: 2025-03-06T16:03:09.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-03-06T16:45:22.000Z (3 months ago)
- Last Synced: 2025-03-06T17:41:50.305Z (3 months ago)
- Topics: blogging, flask
- Language: Python
- Homepage: https://blog.imageboards.net
- Size: 3.87 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 🍀 Leaf
A dead simple blogging software.
## Installation instruction
Clone the repo
git clone https://github.com/imageboardsnet/Leaf.git
Run it with Docker
docker compose build
docker compose up -d
*Default port 6060*Run it locally
pip install -r requirements.txt
python app.py
*Default port 5000*