https://github.com/zechcodes/zechcodeswebsite
My personal portfolio and blog website built using Hypercorn and Starlette.
https://github.com/zechcodes/zechcodeswebsite
Last synced: 3 months 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 (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2023-05-10T16:41:56.000Z (about 2 years ago)
- Last Synced: 2025-01-08T08:51:25.282Z (5 months ago)
- Language: Python
- Size: 19.5 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
```