Follow the installation instructions at https://github.com/typst/typst#installation
Follow the installation instructions at https://docs.astral.sh/uv/getting-started/installation/
-
Clone the repository:
git clone https://github.com/fshrr/typst-resume.git cd typst-resume -
Add your resume
.typfile in theresumes/folder (useexample.typas a reference) -
Generate PDFs:
uv run python3 generate.py
-
Or use watch mode for live recompilation:
uv run python3 watch.py