Skip to content

harryagstian/homepage

Repository files navigation

Source code for my personal homepage

Written in Rust, built to Web Assembly using Dioxus and styled with Tailwind CSS

Development

Pre-requisites

# install dependency
pnpm install

# you will need 2 separate terminals
# rebuild css
pnpx tailwindcss -i ./input.css -o ./assets/tailwind.css --watch

# rebuild website
dx serve --hot-reload