Upload all files to your Typst project. And change resume.typ
file to add your details in CV.
First install typst using Rust's package manager cargo
cargo install typst
Compile resume.typ
# Compile to resume.pdf
typst compile resume.typ
# Compile to other path and name
typst compile resume.typ your/path/here.pdf
# Watch (compile on save)
typst watch resume.typ
# Open pdf in zathura on save
typst watch resume.typ --open zathura