From ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7 Mon Sep 17 00:00:00 2001 From: Dax Raad Date: Sat, 14 Jun 2025 12:45:26 -0400 Subject: [PATCH] docs: contributing --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index ddbf6545..17a5cc50 100644 --- a/README.md +++ b/README.md @@ -75,3 +75,18 @@ Project configuration is optional. You can place an `opencode.json` file in the } } ``` + +### Contributing + +To run opencode locally you need + +- bun +- golang 1.24.x + +To run + +``` +$ bun install +$ cd packages/opencode +$ bun run src/index.ts +```