1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23# MUI X docs
This is the documentation website of MUI X.
To start the docs site in development mode, from the project root, run:
```bash
pnpm i && pnpm docs:dev
```
If you do not have pnpm installed, follow the instructions on the [pnpm website](https://pnpm.io/installation).
<!-- vale MUI.CorrectReferenceAllCases = NO -->
_DO NOT USE NPM, use pnpm to install the dependencies._
<!-- vale MUI.CorrectReferenceAllCases = YES -->
## How can I add a new demo to the documentation?
[You can follow this guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md)
on how to get started contributing to MUI.