A. Extension
yarn build
- In Chrome, go to chrome://extensions/
- Enable developer mode
- Hit
Load Unpacked
and point to newbuild
folder inweb-wallet
directory
todo: Add a release build folder so you don't have to yarn build
B. Webpage
yarn run
# Autofix all linting issues
npm run lint -- --fix