This is a portfolio website written in Rust. It uses Axum, Askama, Tower, and htmx.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
- Rust
- Cargo
- Clone the repository
git clone https://github.com/graffhyrum/portfolio_rs.git
- Navigate into the cloned repository
cd portfolio_rs
- Build the project
cargo build
- Run the project
cargo run
- For style adjustments, run
npx tailwindcss -i ./styles/tailwind.css -o ./styles/styles.css --watch
- For everything else, run
cargo watch -x "shuttle run"
This project is licensed under the MIT License - see the LICENSE.md file for details