Personal Website alexkan.xyz
using Axum, hosted on fly.io
cargo run
Navigate to localhost:8080
Install fly.io cli
brew install flyctl
Deploy
fly deploy
Generate Zyn Favicon
python scripts/favicon.py
- Axum webserver
tower_serve_static
to embed static assets into the Rust binary