Considerations

1. Access to Azure DevOps

2. Update .npmrc


1. Install Node:

We need to have installed NodeJs in our devices. It's recommended to have installed @18+ version, in this case we have the @20.9.

Download Node in: Download [email protected]

2. Clone the Project

With Github installed, we can clone the repositorie in our device, it's important clone these in a folder to maintain order in our machine.

git clone <[<https://estratec.visualstudio.com/UnifiedPlatform/_git/UnifiedLoginFront>](<https://estratec.visualstudio.com/MasivianFront/_git/oasis-addon-html-editor>)>

3. Install dependencies

The project it's already in our device, now, we gonna install all the dependencies with the command:

npm i

Note: Remember to update the .npmrc credentials

5. Run the project