Skip to content

Latest commit

 

History

History
54 lines (39 loc) · 1.16 KB

README.md

File metadata and controls

54 lines (39 loc) · 1.16 KB

Pendragon Portfolio

This is a portfolio website written in Rust. It uses Axum, Askama, Tower, and htmx.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Rust
  • Cargo

Installing

  1. Clone the repository
git clone https://github.com/graffhyrum/portfolio_rs.git
  1. Navigate into the cloned repository
cd portfolio_rs
  1. Build the project
cargo build
  1. Run the project
cargo run

Live Reload

  • For style adjustments, run npx tailwindcss -i ./styles/tailwind.css -o ./styles/styles.css --watch
  • For everything else, run cargo watch -x "shuttle run"

Built With

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details