Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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