HelloWare Group Rocket allows you to get new Facebook group member information.
First, lets clone the repo
$ git clone git@github.com:iamarpitpatidar/helloware-rocket.gitInstall the dependencies.
$ cd helloware-rocket
$ npm installNow, let's build and zip it
$ npm run start:prod
$ npm run zip- Public : Public assets
- scripts : Node scripts for compiling and zipping
- src : Src code of extension
├── components : Vue Componets
├── config : app config
├── content : content scripts
│── services : services like database
├── popup : popup
├── options : options page
├── background.js
├── manifest.json