Explorar o código

docs: contributing

Dax Raad hai 8 meses
pai
achega
ffc231bd8b
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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
+```