My personal website, built with Rust using Axum and Tower, styled with Tailwind CSS. The site uses Momenta for UI components, Datastar for reactivity, and integrates with GitHub API for projects and Hashnode for blog posts.
git clone https://github.com/elcharitas/elcharitas.wtf.git
cd elcharitas.wtfCreate a .env file similar to .env.example.
Then install Tailwind CSS:
npm install -g tailwindcss@3and run the development server:
cargo runFor development with CSS hot-reloading, you can use cargo-watch:
cargo watch -x runPlease remove all of my personal information (projects, images, etc.) before deploying your own version of this site.