rgl/markrs
2022-01-12 13:32:21 -06:00
..
src Add ability to download markdown content 2022-01-11 11:40:57 -06:00
.gitignore Initial commit 2022-01-08 18:56:27 -06:00
Cargo.lock Switch to using pulldown-cmark 2022-01-10 11:46:17 -06:00
Cargo.toml Switch to using pulldown-cmark 2022-01-10 11:46:17 -06:00
index.html Make page work on mobile 2022-01-11 11:44:53 -06:00
README.md Add README 2022-01-12 13:32:21 -06:00
script.js Add ability to download markdown content 2022-01-11 11:40:57 -06:00
style.css Fix styles 2022-01-09 16:22:49 -06:00

MarkRS

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

  2. Build project

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