rgl/quicksilver
2022-04-28 15:10:34 -05:00
..
src Show previously used decks 2022-04-28 15:00:34 -05:00
.gitignore Allons-y 2022-04-22 10:48:59 -05:00
Cargo.lock Show and flip cards 2022-04-23 14:38:14 -05:00
Cargo.toml Deck editor + export 2022-04-23 16:02:59 -05:00
index.html Now we can decode base64 2022-04-22 11:25:37 -05:00
README.md Add README.md 2022-04-25 11:53:46 -05:00
script.js Show previously used decks 2022-04-28 15:00:34 -05:00
style.css word-break all the things 2022-04-28 15:10:34 -05:00

Quicksilver

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.60.0 stable because it uses the 2021 edition of Rust and sycamore 0.8!

  2. Build project

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