This page outlines the steps to set up the UI development environment locally.
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.
Install Visual Studio Code. VS Code Extensions to be installed from the marketplace:
Install NodeJS 14.20.0
Install Yarn version 1.22.19
Install Python version 2.7
Clone the DIGIT-Frontend repository locally from your organization's umbrella. This contains the frontend code under the frontend folder.
To learn how to install yarn on Linux, follow this guide.