Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 518 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 518 Bytes

Web REPL

Web application for converting Markdown to HTML in real-time.

Development

This crate uses yew to generate a Web app based on WebAssembly that can be deployed to any static site hosting.

First, add WebAssembly as a compilation target with:

rustup target add wasm32-unknown-unknown

Now install Trunk with:

cargo install --locked trunk

Now start the dev server with:

trunk serve --open