opencode / packages /desktop /README.md
SaylorTwift's picture
SaylorTwift HF Staff
Add files using upload-large-folder tool
e467551 verified
|
Raw
History Blame Contribute Delete
319 Bytes

OpenCode Desktop

The OpenCode Desktop app, built with Electron.

Development

bun install
bun dev

Build

Run the build script to build the app's JS assets, then package to bundle the assets as an application. The resulting app will be in dist/.

bun run build && bun run package