Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.34 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.34 KB

Authenticator Build Status Crowdin

Authenticator generates 2-Step Verification codes in your browser.

Available for Chrome and Firefox

Build Setup

# 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