docs: add hacking instructions to readme
Some checks failed
Deploy Quartz site to GitHub Pages using Nix / build (push) Has been cancelled
Deploy Quartz site to GitHub Pages using Nix / deploy (push) Has been cancelled

This commit is contained in:
Youwen Wu 2024-12-29 14:15:30 -08:00
parent ca0047ad5c
commit caedd08804
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -22,6 +22,21 @@ The markdown files in this repository are Obsidian flavored and are
automatically compiled into the knowledge garden at
[garden.youwen.dev](https://garden.youwen.dev). Please visit!
### Hacking
Builds are powered by Nix. Run
```sh
nix build
```
to produce a static bundle at `result/public`. A local development server can
be started at `localhost:8080` by running
```sh
nix run
```
## Typst compilation infrastructure
This repository contains a sophisticated system for reproducibly compiling