init: Initialisation du projet.

This commit is contained in:
MLeveque
2025-10-02 22:05:01 +02:00
commit 7a99c7e3ea
18 changed files with 3357 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# 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
```