Authenticator generates 2-Step Verification codes in your browser.
# install typescript
npm install -g typescript
#install gts
npm install -g gts
# install dependencies
npm install
# check typescript style
gts check
# try to auto fix style issue
gts fix
# compile for Chrome
npm run chrome
# compile for Firefox
npm run firefox