Building From Source
- Run pnpm installto install dependencies
- Run pnpm buildto build Web and all apps included in thepackagesfolder
- Do not update dependencies by yourself but use the provided ones by the repo. When rebasing your local clone, you can always run pnpm installto 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.
