30 lines
406 B
Markdown
30 lines
406 B
Markdown
# KAZ Console
|
|
|
|
Bienvenue dans l'administration de KAZ.
|
|
|
|
Cette console permet de gerer et de consulter les informations des adhérents et des administrateurs.
|
|
|
|
## Authentification
|
|
|
|
Serveur d'authorization
|
|
|
|
> Microsoft Active directory
|
|
|
|
## Project Setup
|
|
|
|
```sh
|
|
npm install
|
|
```
|
|
|
|
### Compile and Hot-Reload for Development
|
|
|
|
```sh
|
|
npm run dev
|
|
```
|
|
|
|
### Compile and Minify for Production
|
|
|
|
```sh
|
|
npm run build
|
|
```
|