https://github.com/lewangdev/miniblog
A miniblog demo powered by web.py and rye
https://github.com/lewangdev/miniblog
rye webpy
Last synced: 7 months ago
JSON representation
A miniblog demo powered by web.py and rye
- Host: GitHub
- URL: https://github.com/lewangdev/miniblog
- Owner: lewangdev
- Created: 2023-04-25T12:46:33.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-25T13:16:33.000Z (almost 3 years ago)
- Last Synced: 2025-04-08T13:25:35.300Z (12 months ago)
- Topics: rye, webpy
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# miniblog
A miniblog DEMO powered by [web.py](https://github.com/webpy/webpy) and [rye](https://github.com/mitsuhiko/rye)
## How to
Install `rye`
```
$ cargo install --git https://github.com/mitsuhiko/rye rye
```
Update the project virtualenv
```
$ rye sync
```
Serve the blog at local
```
$ rye run serve
http://0.0.0.0:8088/
```
Open the browser

## License
MIT