An open API service indexing awesome lists of open source software.

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

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
```