install dependencies
npm i
npm run start:app
npm run electron
- Go to the config folder and add two files developer.json & production.json. Example files are in the folder.
- Go to developer.json and change the fields “appodeal” & “appodeal_auth” to staging where current changes are collected.
- Then go to .graphqlconfig and change staging8 to what you need. To the get current graphql schema
- In package.json you need to replace the extension version. Indicate the next minor version after the current one. For example:
"0.1.32" to "0.2.32",
- Install dependencies. If it doesn't start with your local version of the node, try installing
v12.14.1
npm i
- Build extension:
npm run start:ext
- Go to the extensions page in Google Chrome:
chrome://extensions/
- Switch ON the “developer mode”.
- Click the “load unpacked” button and select the build/extension folder.