We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047a0a6 commit 9b29be9Copy full SHA for 9b29be9
1 file changed
README.md
@@ -49,6 +49,14 @@ Observability guide: [docs/observability.md](./docs/observability.md)
49
50
## If you REALLY want to contribute still.... read this first
51
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
60
Read [CONTRIBUTING.md](./CONTRIBUTING.md) before opening an issue or PR.
61
62
Need support? Join the [Discord](https://discord.gg/jn4EGJjrvv).
0 commit comments