Go to file
Rudy Masson 24508d811e composant player 2024-02-24 17:35:24 +01:00
.edge first commit 2024-02-23 20:48:46 +01:00
doc svg 2024-02-24 03:13:02 +01:00
edge svg 2024-02-24 15:32:36 +01:00
src composant player 2024-02-24 17:35:24 +01:00
static png 2024-02-24 16:08:19 +01:00
tests first commit 2024-02-23 20:48:46 +01:00
.eslintignore first commit 2024-02-23 20:48:46 +01:00
.eslintrc.cjs first commit 2024-02-23 20:48:46 +01:00
.gitignore first commit 2024-02-23 20:48:46 +01:00
.npmrc first commit 2024-02-23 20:48:46 +01:00
.nvmrc first commit 2024-02-23 20:48:46 +01:00
.prettierignore first commit 2024-02-23 20:48:46 +01:00
.prettierrc first commit 2024-02-23 20:48:46 +01:00
Makefile first commit 2024-02-23 20:48:46 +01:00
README.md first commit 2024-02-23 20:48:46 +01:00
jsconfig.json first commit 2024-02-23 20:48:46 +01:00
package-lock.json first commit 2024-02-23 20:48:46 +01:00
package.json first commit 2024-02-23 20:48:46 +01:00
playwright.config.js first commit 2024-02-23 20:48:46 +01:00
postcss.config.cjs first commit 2024-02-23 20:48:46 +01:00
svelte.config.js first commit 2024-02-23 20:48:46 +01:00
tailwind.config.cjs first commit 2024-02-23 20:48:46 +01:00
vite.config.js first commit 2024-02-23 20:48:46 +01:00

README.md

EDGE-DIFFUSION

Application Edge permettant la gestion des diffusions

Initialisation

# installation des dépendances nodejs
make init

Build

# Build de l'application
make rebuild

Watch

# Watch les sources pour rebuild si nécessaire en cours de développement
make watch