cloudaxe-opencode/packages/desktop/README.md

20 lines
319 B
Markdown
Raw Permalink Normal View History

2026-01-06 19:07:20 +00:00
# OpenCode Desktop
2025-11-22 05:15:01 +00:00
The OpenCode Desktop app, built with Electron.
2025-11-22 05:15:01 +00:00
2026-01-06 19:07:20 +00:00
## Development
2025-11-22 05:15:01 +00:00
2026-01-06 19:07:20 +00:00
```bash
bun install
bun dev
2026-01-06 19:07:20 +00:00
```
## Build
2026-01-06 19:07:20 +00:00
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/`.
2026-01-06 19:07:20 +00:00
```bash
bun run build && bun run package
2026-01-06 19:07:20 +00:00
```