Skip to content

thetooth/robot-gui

Repository files navigation

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