Skip to content

YouXam/TypstFront

Repository files navigation

TypstFront

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.

Getting Started

Docker

docker run -d -p 3000:3000 docker.io/youxam/typst-front

The server will be running at http://localhost:3000.

Manual

  1. Install dependencies:

    bun install
  2. Run the development server:

    bun dev
  3. The server will be running at http://localhost:3000.

How it works

See https://github.com/YouXam/TypstFront/blob/main/typst/pages/explain/page.typ for more information.

License

MIT