Local Setup - Dev Environment
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 is 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 organisation's umbrella. This contains the frontend code under the frontend folder.
cd micro-ui/web/micro-ui-internalsTo learn how to install yarn on Linux, follow this guide.
Last updated
Was this helpful?