7779f529ea
Separate the registry setup step from the CLI usage command, making it clearer that the `@zen` registry only needs to be configured once via `npm config set` before running `npx @zen/start`.
22 lines
478 B
Markdown
22 lines
478 B
Markdown
# ZEN / START
|
|
|
|
CLI pour créer un projet Next.js avec le CMS @zen/core
|
|
|
|
> [!WARNING]
|
|
> Ce projet est en développement actif et n'est pas encore prêt pour une utilisation en production. L'API, la structure et les fonctionnalités peuvent changer à tout moment.
|
|
|
|
## Utilisation
|
|
|
|
Configurer le registre pour le scope `@zen` (une seule fois) :
|
|
|
|
```bash
|
|
npm config set @zen:registry https://git.hyko.cx/api/packages/zen/npm/
|
|
```
|
|
|
|
Puis lancer le CLI :
|
|
|
|
```bash
|
|
npx @zen/start
|
|
```
|
|
|