An open API service indexing awesome lists of open source software.

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

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

![image](https://user-images.githubusercontent.com/1455685/234286313-4ca7f0a3-d1d5-4c8b-b0fd-d46371cc2ecd.png)

## License

MIT