afornerot ca53930b51 | ||
---|---|---|
.edge | ||
doc | ||
edge | ||
src | ||
static | ||
tests | ||
.eslintignore | ||
.eslintrc.cjs | ||
.gitignore | ||
.npmrc | ||
.nvmrc | ||
.prettierignore | ||
.prettierrc | ||
Makefile | ||
README.md | ||
jsconfig.json | ||
package-lock.json | ||
package.json | ||
playwright.config.js | ||
postcss.config.cjs | ||
svelte.config.js | ||
tailwind.config.cjs | ||
vite.config.js |
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