Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 545 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 545 Bytes

robot-gui4

Graphical control panel for SCARA robot.

screenshot

Requirements

  • NATS server running on the controller target with jetstream and websockets configured
  • robot-ctrl instance connected to the same NATS server

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Lint with ESLint

npm run lint