소스 검색

docs: contributing

Dax Raad 8 달 전
부모
커밋
ffc231bd8b
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      README.md

+ 15 - 0
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
+```