Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/weastur/home
https://github.com/weastur/home
Last synced: about 16 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/weastur/home
- Owner: weastur
- License: mit
- Created: 2024-10-15T11:45:56.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-10-17T08:32:31.000Z (30 days ago)
- Last Synced: 2024-10-19T21:15:29.455Z (27 days ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# homepage
## devenv
```shell
python3 -m venv .venv
. ./.venv/bin/activate
pip install -r requirements.txt
```