Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zechcodes/zechcodeswebsite
My personal portfolio and blog website built using Hypercorn and Starlette.
https://github.com/zechcodes/zechcodeswebsite
Last synced: 16 days ago
JSON representation
My personal portfolio and blog website built using Hypercorn and Starlette.
- Host: GitHub
- URL: https://github.com/zechcodes/zechcodeswebsite
- Owner: ZechCodes
- License: mit
- Created: 2019-08-16T19:52:00.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:41:56.000Z (over 1 year ago)
- Last Synced: 2023-05-10T17:35:35.393Z (over 1 year ago)
- Language: Python
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Zech.Codes Website
This is the code for running my personal site. It's built using Starlette and at this time is just used to do redirects to my other sites and communities.
## Installation & Running
From inside the repo folder run
```sh
pip install poetry
poetry install
```
To run it first launch the virtual environment
```sh
poetry shell
```
Then start the server (`localhost:8000`)
```sh
python -m website
```