-
Download and install Git
This will be used to download the repository -
Download and install Node version 18+ This is the programming lanugage required to run the project
-
Download and Install Yarn
This manages all 3rd-party code dependencies
- Clone repo
- Install dependencies
yarn install
- Start app
yarn start
This project was generated using Nx.