Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/weastur/home


https://github.com/weastur/home

Last synced: about 16 hours ago
JSON representation

Awesome Lists containing this project

README

        

# homepage

## devenv

```shell
python3 -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt
```