Building From Source
- Run
pnpm install
to install dependencies - Run
pnpm build
to build Web and all apps included in thepackages
folder
- Do not update dependencies by yourself but use the provided ones by the repo. When rebasing your local clone, you can always run
pnpm install
to be in sync with the defined dependencies.
Note that the documentation is located in the docs/
folder.
Note that you should always rebase your working branch if it is based on an older master. This ensures that any relevant documentation build changes have been applied and will not affect the building process.
For details of the documentation such as notes, setup and how-to’s, see the Documentation section in the developer docs.