rgl/typers
2021-11-23 16:37:05 -06:00
..
src Add readme 2021-11-23 16:37:05 -06:00
.gitignore Initial commit 2021-11-21 11:23:14 -06:00
Cargo.lock Add countdown 2021-11-21 13:02:26 -06:00
Cargo.toml Add countdown 2021-11-21 13:02:26 -06:00
index.html Validate typed chars 2021-11-21 13:38:15 -06:00
README.md Add readme 2021-11-23 16:37:05 -06:00
style.css Add readme 2021-11-23 16:37:05 -06:00
utils.js Add ability to 'restart' test 2021-11-23 13:14:37 -06:00

TypeRS

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/typers
    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