A bold, impactful personal website built with Flask and Google App Engine.
- Full-screen responsive typography.
- Custom JavaScript canvas-based pixelation/glitch animation.
- Minimalist dark theme.
-
Prerequisites: Python 3.11+ installed.
-
Run the server:
.\run-server.ps1This script will automatically:
- Create a virtual environment (
venv) if it doesn't exist. - Activate it.
- Install dependencies from
requirements.txt. - Start the Flask development server.
- Create a virtual environment (
-
Open http://localhost:5000.
Deploy to Google App Engine:
gcloud app deploy