https://github.com/rayslash/typst-webdesktop
A web-based (WASM) desktop app made in Rust (Dioxus) for typst
https://github.com/rayslash/typst-webdesktop
dioxus-web rust typst
Last synced: 11 months ago
JSON representation
A web-based (WASM) desktop app made in Rust (Dioxus) for typst
- Host: GitHub
- URL: https://github.com/rayslash/typst-webdesktop
- Owner: RaySlash
- License: gpl-3.0
- Created: 2024-01-09T06:21:15.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-12T16:31:24.000Z (over 2 years ago)
- Last Synced: 2025-04-02T22:25:46.669Z (about 1 year ago)
- Topics: dioxus-web, rust, typst
- Language: Rust
- Homepage:
- Size: 14.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Typst Web Desktop
An app that has been created in rust using dioxus to experiment my knowledge in rust and frontend frameworks. This is a flake.
## Build
Currently, it shows on port `8080`
```shell
nix develop
dx serve --hot-reload
```