Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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
```