2017f9791b
- Remove `zen-setup` binary from package.json and package-lock.json - Replace manual setup steps with `npx @zen/start` CLI command - Simplify INSTALL.md by reducing steps from 6 to 4 - Update DEV.md to reflect removal of zen-setup from CLI scripts - Fix relative path to `.env.example` in documentation
24 lines
445 B
Markdown
24 lines
445 B
Markdown
# Installation
|
|
|
|
## 1. Configurer le registre pour le scope `@zen` :
|
|
|
|
```bash
|
|
npm config set @zen:registry https://git.hyko.cx/api/packages/zen/npm/
|
|
```
|
|
|
|
## 2. Lancer le CLI :
|
|
|
|
```bash
|
|
npx @zen/start
|
|
```
|
|
|
|
## 3. Configurer les variables d'environnement
|
|
|
|
Consulter le fichier [`.env.example`](../.env.example) pour les variables d'environnement à ajouter dans le fichier `.env`.
|
|
|
|
## 4. Initialiser la base de données
|
|
|
|
```bash
|
|
npx zen-db init
|
|
```
|