mirror of
https://github.com/YuzuZensai/beamboxctl.git
synced 2026-07-21 20:42:19 +00:00
📚 docs: Update development instructions for pnpm
This commit is contained in:
@@ -16,20 +16,21 @@ Unofficial CLI for managing beambox e-Badge devices over Bluetooth LE.
|
||||
## Development
|
||||
|
||||
Requirements:
|
||||
- Bun
|
||||
- NodeJS
|
||||
- pnpm
|
||||
- Bluetooth LE access on your system
|
||||
|
||||
Run in development mode:
|
||||
|
||||
```sh
|
||||
bun run dev
|
||||
pnpm run dev
|
||||
```
|
||||
|
||||
Build and run the CLI:
|
||||
|
||||
```sh
|
||||
bun run build
|
||||
bun run start
|
||||
pnpm run build
|
||||
pnpm run start
|
||||
```
|
||||
|
||||
## Legal
|
||||
|
||||
Reference in New Issue
Block a user