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

https://github.com/poggingfish/pweb


https://github.com/poggingfish/pweb

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# PWeb Anonymous Document Engine

## Getting started

```shell
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python ui.py
# All Done!
```