rgl/remembers
2022-03-25 08:42:37 -05:00
..
src Unset first card if same card is clicked twice 2022-03-25 08:42:37 -05:00
.gitignore Initial commit 2022-03-18 11:43:33 -05:00
Cargo.lock Use randomly shuffled strings instead of numbers 2022-03-21 11:42:15 -05:00
Cargo.toml Use randomly shuffled strings instead of numbers 2022-03-21 11:42:15 -05:00
index.html Reset and reshuffle on completion 2022-03-23 11:58:06 -05:00
README.md Add README 2022-03-24 13:24:15 -05:00
script.js Reset and reshuffle on completion 2022-03-23 11:58:06 -05:00
style.css Create start button 2022-03-23 13:35:39 -05:00

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