Skip to content

Installation

Clément Creusat edited this page Apr 15, 2024 · 2 revisions

To configure this monorepo, there are some prerequisites:

Clone

  • Clone the repository

pnpm

pnpm -v
> 8.15.6

nvm

nvm install 16
nvm install 18
nvm install 20
  • For now, use Node 18
nvm use 18

nx

First install

  • Run pnpm install

First lint and build

  • Lint and Build all librairies for the first time: nx run-many -t lint build --exclude docs

Clone this wiki locally