diff options
| author | Dax Raad <[email protected]> | 2025-06-14 12:45:26 -0400 |
|---|---|---|
| committer | Dax Raad <[email protected]> | 2025-06-14 12:45:26 -0400 |
| commit | ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7 (patch) | |
| tree | 94a838668a290086586af49e3cfea4bc046e4f22 | |
| parent | 3cf4ef56fb5842d751dbba5e87e14af7c1bfe3d1 (diff) | |
| download | opencode-ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7.tar.gz opencode-ffc231bd8b46b7a055ec4e25a02ebc3dbe9e2dc7.zip | |
docs: contributing
| -rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -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 +``` |
