rgl/quicksilver
2022-04-27 15:18:17 -05:00
..
src Add decks to history when they're run 2022-04-27 15:18:17 -05:00
.gitignore
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
README.md Add README.md 2022-04-25 11:53:46 -05:00
script.js Add ability to modify current dec 2022-04-25 11:14:57 -05:00
style.css Deck editor + export 2022-04-23 16:02:59 -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