# Local Development Setup

{% tabs %}
{% tab title="React17" %}

## **Overview**

This page outlines the steps to set up the UI development environment locally.

## Steps

**Before setting up:** Install the tools listed below before development. Make sure the specific versions are installed. In case no version in listed, install the latest version.

1. Install Visual Studio Code. VS Code Extensions to be installed from the marketplace:
   * [GitLense](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
   * [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
   * [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
2. Install NodeJS **14.20.0**
3. [Install Yarn ](https://code.visualstudio.com/download)version **1.22.19**
4. **Install Python version** 2.7
5. Clone the[ DIGIT-Frontend](https://github.com/egovernments/DIGIT-Frontend/tree/sample) repository locally from your organization's umbrella. This contains the frontend code under the frontend folder.

```
cd micro-ui/web/micro-ui-internals
```

To learn how to install yarn on Linux, follow [this guide](https://linuxhint.com/install_yarn_ubuntu/).
{% endtab %}

{% tab title="React19" %}

## **Overview**

This page outlines the steps to set up the UI development environment locally.

## Steps

**Before setting up:** Install the tools listed below before development. Make sure the specific versions are installed. In case no version in listed, install the latest version.

1. Install Visual Studio Code. VS Code Extensions to be installed from the marketplace:
   * [GitLense](https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens)
   * [ESLint](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
   * [Tailwind CSS](https://marketplace.visualstudio.com/items?itemName=bradlc.vscode-tailwindcss)
2. Install NodeJS **20.0.0**
3. [Install Yarn ](https://code.visualstudio.com/download)version **1.22.19**
4. **Install Python version** 2.7
5. Clone the[ DIGIT-Frontend](https://github.com/egovernments/DIGIT-Frontend/tree/sample) repository locally from your organization's umbrella. This contains the frontend code under the frontend folder.

```
cd micro-ui/web/
```

To learn how to install yarn on Linux, follow [this guide](https://linuxhint.com/install_yarn_ubuntu/).
{% endtab %}
{% endtabs %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.digit.org/platform/guides/developer-guide/ui-developer-guide/local-development-setup.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
