Skip to content
This repository was archived by the owner on Mar 2, 2026. It is now read-only.

Latest commit

 

History

History
48 lines (32 loc) · 682 Bytes

File metadata and controls

48 lines (32 loc) · 682 Bytes

Contributing

Get started

This project is written in TypeScript and is using prettier and eslint for code formatting. You need node v18.

  1. Install node v18. I recommend installing that with nvm: https://github.com/nvm-sh/nvm
nvm install 18
  1. Make node v18 default
nvm alias default 18
  1. Open a new terminal and verify node version (should return v18.X.X)
node -v
  1. Fork and clone project
git clone git@github.com:<GITHUB_USERNAME>/aws-azure-login.git
cd aws-azure-login
  1. Install dependencies
npm install

6a. Start dev mode

npm start

6b. Start prod mode

npm build && node ./lib/index.js