museum_of_code
A museum of code!
Built with Rust, Yew and Tailwind CSS.
VISIT HERE!
Developer setup
-
Install Rust
curl https://sh.rustup.rs -sSf | sh
-
Install trunk & add wasm target
cargo install trunk wasm-bindgen-cli rustup target add wasm32-unknown-unknown
-
Run under root
trunk serve
-
If run into issues, try unintall yew and recomile everything
cargo remove yew cargo clean cargo build