Skip to content

Latest commit

 

History

History
35 lines (30 loc) · 855 Bytes

README.md

File metadata and controls

35 lines (30 loc) · 855 Bytes
  • Opinionated layout, so you don't have to worry about it.
  • Fill-in-the-blanks, but real-time updates.
  • Supports markdown in experience description.
  • Blazingly-fast, because it's powered by Rust/Yew and WebAssembly. 🦀🦀🦀.

Known Issues

  • "-" in markdown doesn't work.

Features to Add

  • The Skills section
  • Adjutable layout

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