Local Development Setup
Before setting up: The following tools have to be installed prior to development. Make sure to install the specific versions provided below. If no version is provided, it is assumed that the latest version can be installed.
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-OSS 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.
Last updated