This repository contains the code to generate my resume using Typst. To build my projects, I rely on Just which is a tool to run commands just like you would you make to build your projects but more straight forward and made to build project instead of compiling code.
brew install typst just
To build you can run
just buildTo develop you can use typst watch tool by running
just watch