A front-end framework that allows you to build web pages using Typst. This project is mainly for fun and not intended to be used in production.
docker run -d -p 3000:3000 docker.io/youxam/typst-frontThe server will be running at http://localhost:3000.
-
Install dependencies:
bun install
-
Run the development server:
bun dev
-
The server will be running at
http://localhost:3000.
See https://typstfront.youx.am/explain/ for more information.