Development
May 18, 2021 ยท View on GitHub
Requires node 14.x.x
Start dev env:
$ PORT=6002 npm run start
Build
$ NODE_ENV=production npm run build
or
$ ./buildit.sh
This extension is based on the boilerplate https://github.com/lxieyang/chrome-extension-boilerplate-react, more info there.