PersonalWebsite My personal website. Deploy Deploy on commit using Github Actions and Google Cloud Run. Required Software (for development) Python Installation & Setup $ source .venv/bin/activate $ pip install -r requirements.txt Running Development $ fastapi dev main.py Production uvicorn main:app --host 0.0.0.0 --port 80