Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tonybenoy/tonybenoy.com
My wesite source code
https://github.com/tonybenoy/tonybenoy.com
Last synced: 22 days ago
JSON representation
My wesite source code
- Host: GitHub
- URL: https://github.com/tonybenoy/tonybenoy.com
- Owner: tonybenoy
- License: agpl-3.0
- Created: 2020-06-29T21:00:04.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-19T08:07:56.000Z (6 months ago)
- Last Synced: 2024-05-19T09:23:37.862Z (6 months ago)
- Language: HTML
- Size: 461 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# tonybenoy.com
My wesite source code moved to starlette/fastapi.
```
docker build -f docker/Dockerfile -t website .
``````
docker run --net=host -p 8000:8000 -it website
```