Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aksh-bansal-dev/markdown-editor
Markdown editor built using Rust WebAssembly.
https://github.com/aksh-bansal-dev/markdown-editor
Last synced: 25 days ago
JSON representation
Markdown editor built using Rust WebAssembly.
- Host: GitHub
- URL: https://github.com/aksh-bansal-dev/markdown-editor
- Owner: Aksh-Bansal-dev
- License: mit
- Created: 2021-11-03T20:15:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-06T19:22:47.000Z (over 3 years ago)
- Last Synced: 2024-11-20T11:05:20.593Z (3 months ago)
- Language: Rust
- Homepage: https://aksh-bansal-dev.github.io/markdown-editor/
- Size: 24.4 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# markdown-editor
Markdown editor built using Rust WebAssembly.## How to use
- Run `python3 -m http.server`
> Note: Use any web server supporting wasm.
- Visit [localhost](http://localhost:8000/public).## Development
- Run `wasm-pack build --target web` to compile rust into wasm.