1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
# tinymist-assets ## Building `tinymist-assets/typst-preview.html` To reproduce it: ```bash # 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 ```