tinymist/crates/tinymist-assets
Myriad-Dreamin 4cbe35a286
feat: employ l10n to tinymist-cli and vscode extension (#1505)
* feat: runtime translation

* feat: poc of rust translation

* feat: clean up implementation

* feat: initialize correctly

* dev: remove dirty log

* dev: rename l10nMsg

* fix: desc

* feat: update assets building

* feat: update assets building

* build: update cargo.lock

* fix: warnings

* fix: warnings

* dev: expose api

* fix: compile error

* fix: compile errors in scripts
2025-03-15 10:38:07 +08:00
..
src feat: employ l10n to tinymist-cli and vscode extension (#1505) 2025-03-15 10:38:07 +08:00
Cargo.toml feat: employ l10n to tinymist-cli and vscode extension (#1505) 2025-03-15 10:38:07 +08:00
README.md docs: write some developer guides (#372) 2024-07-07 11:26:35 +08:00

tinymist-assets

Building tinymist-assets/typst-preview.html

To reproduce it:

# at the root of the repository
cd ../..
# Install the dependencies if you haven't already
yarn install
# build the preview's frontend
yarn build:preview