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-front
The 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://github.com/YouXam/TypstFront/blob/main/typst/pages/explain/page.typ for more information.