This is my personal website bogdanfloris.com.
It's written in Rust using the Axum framework.
In two separate terminals run:
tailwind -i src/style.css -o dist/output.css --watch
and then,
cargo watch -x run
Or run them in detached mode by appending &
at the end of the command.