Robotics Cluster Cloud Console
The Application developed by the sbim inno (StrawBerry Tech) MPL-2.0 protocol open source, the goal is to do a universal robotics console application
# install dependencies
yarn install
# build for production with minification
yarn run build
cp src/config.json ./
# docker or nerdctl
docker compose up
# serve with hot reload at localhost:8080
yarn run dev