> For the complete documentation index, see [llms.txt](https://codedthemes.gitbook.io/materially-react-material-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://codedthemes.gitbook.io/materially-react-material-documentation/prerequisites.md).

# Prerequisites

{% hint style="warning" %}
No need to install or configure tools like Webpack or Babel—everything is preconfigured and handled in the background, allowing you to focus entirely on development.
{% endhint %}

## **Pre-requisites**

To install and use this theme, It's required to be installed [Node.js](https://nodejs.org/) on your computer. Node is required only for a run and deploys the application, we won't get into too much detail for the same. It's also not required to have detailed knowledge of Node.js

```
c:> node -v
v22.x.x
```

**Package Manager** - npm or yarn

```
c:\> yarn -v
v4.9.1
```

## **Troubleshooting**

If you face the following error in your terminal, it means **Yarn** is not installed in your system.

```bash
c:\> yarn -v
'yarn' is not recognized as an internal or external command,
operable program or batch file.
```

Please install it using this [link](https://yarnpkg.com/getting-started/install) as it does not come with **Node** automatically.
