Skip to content

YilunAllenChen/museum_of_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

museum_of_code

A museum of code!

Built with Rust, Yew and Tailwind CSS.

Developer setup

  1. Install Rust

    curl https://sh.rustup.rs -sSf | sh
  2. Install trunk & add wasm target

    cargo install trunk wasm-bindgen-cli
    rustup target add wasm32-unknown-unknown
  3. Run under root

    trunk serve
  4. If run into issues, try unintall yew and recomile everything

    cargo remove yew
    cargo clean
    cargo build

About

A museum of code!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published