Application web pour controller le robot pour la coupe de robotique junior 2023.
Find a file
2023-03-05 11:20:52 +01:00
src feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
static initial commit 2023-01-22 15:20:30 +01:00
.eslintignore initial commit 2023-01-22 15:20:30 +01:00
.eslintrc.cjs initial commit 2023-01-22 15:20:30 +01:00
.gitignore initial commit 2023-01-22 15:20:30 +01:00
.npmrc initial commit 2023-01-22 15:20:30 +01:00
jsconfig.json initial commit 2023-01-22 15:20:30 +01:00
package-lock.json feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
package.json feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
postcss.config.cjs feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
README.md feat: proper README.md 2023-03-05 11:20:52 +01:00
svelte.config.js feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
tailwind.config.cjs feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00
vite.config.js initial commit 2023-01-22 15:20:30 +01:00
ws_client.py feat: working basic joystick control + with mouse 2023-03-05 11:16:27 +01:00

Application web de controle du robot coupe junior 2023

Cette application est principalement codé avec svelte, svelte-kit.

Développer

  • Cloner ce repository : git clone https://forge.lefuturiste.fr/werobot/tr2023-client
  • Installez les dépendances avec la commande : npm install
  • Démarrez le serveur de dév avec la commande : npm run dev

Builder

Pour build une version de production.

npm run build