> For the complete documentation index, see [llms.txt](https://docs-jumbo-react.g-axon.work/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs-jumbo-react.g-axon.work/installation-and-setup/environment-setup.md).

# Environment Setup

In order to use or run Jumbo in your system, Firstly, you have to setup the React environment in the system, Follow the following steps to make your system compatible for using Jumbo or any other React project.

1\. **Install Node.js**

Node.js is a JavaScript run time built needed to run a React App. You can install the recommended version of Node.js from the official website <https://nodejs.org/en/>

2\. **Install Yarn**

Yarn is responsible for adding and installing all the dependencies required for running the React app on the system. You can install the latest version of Yarn from the official website <https://yarnpkg.com/>&#x20;
