A minimal and modern personal website built with Flask.
- Simple, elegant design with HTML & CSS
- Lightweight Flask backend
- Easy deployment on GitHub Pages
Ensure Python is installed and set up properly. Then, install Flask in a virtual environment:
python3 -m venv venv
source venv/bin/activate
pip install flask
python3 app.py
Now open http://127.0.0.1:5000 in your browser.