Warning: This ReadMe and project is still in development. Not recommended for production use.
An emulator for the DeskThing Server that helps with local development.
npm install @deskthing/cli
The CLI provides the following commands:
Start a local development server:
deskthing dev [options]
Options:
-
--port
: Port for WebSocket server (default: 8891)
To build the project:
npm run build
This will:
- Build the client
- Build the server
- Build the CLI
- Copy necessary process files
- Node.js
- npm
- react
- react-dom
- tsm
- ws
- yargs
ISC © Riprod