edge-ruedelasoif/README.md

25 lines
325 B
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# EDGE-DIFFUSION
Application Edge permettant la gestion des diffusions
## Initialisation
```bash
# installation des dépendances nodejs
make init
```
## Build
```bash
# Build de l'application
make rebuild
```
## Watch
```bash
# Watch les sources pour rebuild si nécessaire en cours de développement
make watch
```