https://github.com/appodeal/admob-sync-app
https://github.com/appodeal/admob-sync-app
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/appodeal/admob-sync-app
- Owner: appodeal
- License: mit
- Created: 2019-02-21T11:17:30.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-12-09T10:20:58.000Z (over 1 year ago)
- Last Synced: 2024-12-09T11:20:14.417Z (over 1 year ago)
- Language: JavaScript
- Size: 4.09 MB
- Stars: 4
- Watchers: 7
- Forks: 7
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Admob-sync
install dependencies
```
npm i
```
# Electron App
## Develop
```
npm run start:app
npm run electron
```
# Chrome extension
## Develop
#### How to build extension:
- Go to the [config](config) folder and add two files **developer.json** & **production.json**. Example files are in the folder.
- Go to [developer.json](config/development.json) and change the fields “**appodeal**” & “**appodeal_auth**” to staging where current changes are collected.
- Then go to [.graphqlconfig](.graphqlconfig) and change staging8 to what you need. To the get current graphql schema
- In [package.json](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](build/extension) folder.