In order to use this template you'll need to make a new repository based off of this one.
Once you do that, you have two options:
- edit locally
- edit in a codespace
This is by far the easier option, but it is limited by the fact that you're editing your code in the cloud, leading to slower performance overall.
To get started, click the create codespace button:
Once you've done that, you're good to go!
If you want to edit your notebook locally, you can use the Devcontainers VSCode extension.
Once you have it installed, press the button in the bottom left of VSCode to open the remote menu.
Then, select the reopen in container
option.
Once you do that, you're good to go!
You can compile your notebook by typing the following command into the terminal:
typst watch main.typ
You can compile your notebook by typing the following command into the terminal:
typst watch main.typ
The resulting PDF can be then viewed with the already installed PDF viewer.
Alternatively you can view the live output in a separate tab with typst-live
:
typst-live main.typ