Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/attestate/kiwistand
kiwistand is a p2p node client for a web3 writer friendly Hacker News that nobody controls but everybody co-owns
https://github.com/attestate/kiwistand
crypto farcaster hacker-news libp2p p2p
Last synced: about 11 hours ago
JSON representation
kiwistand is a p2p node client for a web3 writer friendly Hacker News that nobody controls but everybody co-owns
- Host: GitHub
- URL: https://github.com/attestate/kiwistand
- Owner: attestate
- License: gpl-3.0
- Created: 2021-12-21T15:13:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-15T21:54:06.000Z (5 days ago)
- Last Synced: 2025-01-15T23:46:38.921Z (5 days ago)
- Topics: crypto, farcaster, hacker-news, libp2p, p2p
- Language: JavaScript
- Homepage: https://news.kiwistand.com
- Size: 63.5 MB
- Stars: 66
- Watchers: 3
- Forks: 27
- Open Issues: 17
-
Metadata Files:
- Readme: docs/readme.md
- Changelog: changelog.md
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Installation & Usage
**Note**: We're using sphinx-multiversion and so only committed changes will
alter the output of `make html`!```bash
# Create a virtual environment with python3 [1]
python3 -m venv .venv# Activate the virtual environment in your shell [1]
source .venv/bin/activate# Generate the multiversion documentation
make html# To serve the docs locally
make serve
```## References
- 1: https://docs.python.org/3/library/venv.html