This project is written in TypeScript and is using prettier and eslint for code formatting. You need node v18.
- Install node v18. I recommend installing that with nvm: https://github.com/nvm-sh/nvm
nvm install 18- Make node v18 default
nvm alias default 18- Open a new terminal and verify node version (should return v18.X.X)
node -v- Fork and clone project
git clone git@github.com:<GITHUB_USERNAME>/aws-azure-login.git
cd aws-azure-login- Install dependencies
npm install6a. Start dev mode
npm start6b. Start prod mode
npm build && node ./lib/index.js