```bash
bun i
bun run build:library
bun run dev
```
build:library, dogfoods the library so our examples are always reflective of a real library installation.
i.e website examples actually import from "nanoplot" (the package).
