This document outlines all the required software and tools needed to run the Benefits Provider App UI.
Node.js
Version: v20.x or higher
Download: https://nodejs.org/arrow-up-right
Verification: node --version
node --version
Yarn Package Manager
Version: 1.22.x or higher
Installation: npm install -g yarn
npm install -g yarn
Verification: yarn --version
yarn --version
Git
Latest version recommended
Download: https://git-scm.com/arrow-up-right
Verification: git --version
git --version
Docker (Required only for Docker deployment)
Download: https://www.docker.com/arrow-up-right
Verification: docker --version
docker --version