rgl/noters/README.md
2021-10-25 21:23:52 -05:00

746 B

NoteRS

Live App

Running Locally

  1. Install dependencies

    First, install rust from the Rust website. Then, install trunk:

    cargo install --locked trunk
    

    This project is only tested on rust 1.55.0 - if there's anyone who can test other versions, let me know!

  2. Build project

    cd /path/to/noters
    trunk serve
    
  3. Open in browser

    Check the supported browser list and open https://localhost:8080 in one of the supported browsers.

Created using Sycamore and Rust with WebAssembly