docs: figure out the build system

This commit is contained in:
Christoph J. Scherr 2024-07-18 09:52:02 +02:00
parent aca7dd2572
commit 4e818d8af7
2 changed files with 11 additions and 1 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
src/main.pdf
build/main.pdf

View File

@ -0,0 +1,10 @@
# Typst Basics
This repo contains a very basic typst project, with which I learned the absolut
basics.
## Building
```bash
$ typst watch src/main.typ build/main.pdf
```