Skip to content

Commit 9b29be9

Browse files
docs: Document environment prep before local development (#1975)
1 parent 047a0a6 commit 9b29be9

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@ Observability guide: [docs/observability.md](./docs/observability.md)
4949

5050
## If you REALLY want to contribute still.... read this first
5151

52+
Before local development, prepare the environment and install dependencies:
53+
54+
```bash
55+
# Optional: only needed if you use mise for dev tool management.
56+
mise install
57+
bun install .
58+
```
59+
5260
Read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening an issue or PR.
5361

5462
Need support? Join the [Discord](https://discord.gg/jn4EGJjrvv).

0 commit comments

Comments
 (0)