rgl/quicksilver/README.md
2022-04-25 11:53:46 -05:00

768 B

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