diff options
Diffstat (limited to 'README.md')
| -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 +``` |
