https://github.com/poggingfish/pweb
https://github.com/poggingfish/pweb
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/poggingfish/pweb
- Owner: poggingfish
- License: other
- Created: 2024-07-27T05:52:20.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T06:59:03.000Z (over 1 year ago)
- Last Synced: 2025-03-15T03:34:11.355Z (over 1 year ago)
- Language: Python
- Size: 38.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!
```