Skip to content

ARIG-Robotique/robots-supervisor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dcd90fe · Nov 20, 2024
Oct 1, 2024
May 7, 2024
May 1, 2022
Sep 16, 2023
Sep 16, 2023
Sep 16, 2023
May 1, 2022
Sep 16, 2023
Apr 7, 2024
Apr 7, 2024
Sep 16, 2023
Sep 16, 2023
Aug 30, 2024
Sep 16, 2023
Nov 20, 2024

Repository files navigation

robots-supervisor

Build Status

Monitoring et réglage des robots.

Pour développer en local :

$ yarn --production=false
$ yarn start

Application disponible sur http://localhost:4200 (dev).

Pour construire une image docker local

$ make build
$ make run

L'image portera le nom et tag ghcr.io/arig-robotique/robots-supervisor:local.

Un port disponible sera réservé. Il faut controler celui-ci avec docker ps.
Une fois le port déterminé l'application est disponible sur http://localhost:<mon_port>