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