rgl/riddlrs
2021-12-11 11:51:54 -06:00
..
src Add README 2021-12-11 11:51:54 -06:00
.gitignore Initial commit 2021-12-10 17:17:23 -06:00
Cargo.lock Add ability to get id from button 2021-12-10 20:52:54 -06:00
Cargo.toml Add ability to get id from button 2021-12-10 20:52:54 -06:00
index.html Add ability to get id from button 2021-12-10 20:52:54 -06:00
README.md Add README 2021-12-11 11:51:54 -06:00
script.js Create utility macros 2021-12-10 17:49:48 -06:00
style.css Add README 2021-12-11 11:51:54 -06:00

RiddlRS

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.56.0 because it uses the 2021 edition of Rust!

  2. Build project

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