rgl/remembers/README.md
2022-03-24 13:24:15 -05:00

766 B

RemembeRS

Live App

Running Locally

  1. Install dependencies

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

    cargo install --locked trunk
    

    This project requires rustc version 1.59.0 stable because it uses the 2021 edition of Rust and sycamore 0.8!

  2. Build project

    cd /path/to/remembers
    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