tinymist/crates/tinymist-assets
Myriad-Dreamin d9717fffa2
test(ci): add fmt, clippy, doc, and msrv tests to CI (#926)
* test(ci): add fmt, clippy, doc, and msrv tests to CI

* test(ci): check and build typst-preview

* fix: checks
2024-12-02 20:28:29 +08:00
..
src docs: improve and add contribution guide for syntaxes (#471) 2024-07-27 23:04:52 +08:00
Cargo.toml test(ci): add fmt, clippy, doc, and msrv tests to CI (#926) 2024-12-02 20:28:29 +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