

I want to create my own self-hosted Typst web editor using Code-server. But I'm struggling to get preview to work.
Can you help me with these steps?
I created Dockerfile
& docker-compose.yaml
to spin up a docker container with which I can just docker compose up -d --build
.
Steps to recreate:
typst-server
Dockerfile
& docker-compose.yaml
inside of the folder docker compose up -d --build
http://your-ip:8443/
Dockerfile
undefined
FROM lscr.io/linuxserver/code-server:latest RUN apt update && apt install -y \ git \ curl \ wget \ tar \ xz-utils \ python3\ && apt clean \ && rm -rf /var/lib/apt/lists/* RUN wget -qO typst.tar.xz https://github.com/typst/typst/releases/latest/download/typst-x86_64-unknown-linux-musl.tar.xz RUN tar xf typst.tar.xz --strip-components=1 -C /usr/local/bin typst-x86_64-unknown-linux-musl/typst
docker-compose.yaml
undefined
services: cod
Polylux: a typst presentation package
A package for creating slides in Typst. Contribute to polylux-typ/polylux development by creating an account on GitHub.
modern-cv 0.3.0 : typst
resume template now with multi-lingual support and simpler design
A modern resume template written in Typst, inspired by Awesome-CV - DeveloperPaul123/modern-cv
cross-posted from: https://lemmy.world/post/14433560
Hi open source community!
This is a follow up to a previous post where I got a lot of really good feedback on this resume template. I've made some changes to the template that takes much of the feedback into account and I also added some new features that should make the template more useable for a wide variety of people.
If you have any further feedback please feel free to share!
To use this template on the typst web app, see here: https://typst.app/universe/package/modern-cv
Some screenshots of what the template looks like/can produce.
 as a port of a Latex CV template I used to use for my own personal resume.