mirror of
https://github.com/sst/opencode.git
synced 2025-07-07 16:14:59 +00:00
docs: contributing
This commit is contained in:
parent
3cf4ef56fb
commit
ffc231bd8b
1 changed files with 15 additions and 0 deletions
15
README.md
15
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
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue