docs: add hacking instructions to readme
This commit is contained in:
parent
ca0047ad5c
commit
caedd08804
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue