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]
With Github installed, we can clone the repository 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/OasisAuthService>
The project it's already in our device, now, we’re going to install all the dependencies with the command:
npm i
Note: Remember to update the .npmrc credentials
Please follow up Testing Locally OasisAuthService to learn how to run this project locally.