Skip to content

Commit e00b4f1

Browse files
committed
README update
1 parent 7201b86 commit e00b4f1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,12 @@ $ yarn package
7676
$ yarn package-all
7777
```
7878

79-
### Configuration
80-
Update *config/dev-app-update.yml* and *config/google-analytics-key.js*.
81-
Ports are assigned in *config/env*
79+
### Configurations
80+
- *config/env/env.dev.js* and *config/env/env.prod.js* contain the PORT number of the app.
81+
- *config/dev-app-update.yml* file holds the GitHub repo variables required by *electron-updater*.
82+
- *config/google-analytics-key.js* file contains the Google Analytics Tracking ID.
83+
- *package.json* **build.publish** object holds the values for publishing the packaged application.
84+
- *app/constants* folder contains all the constants required by the app.
8285

8386
### General Information
8487
- Port assigned: **3642**

0 commit comments

Comments
 (0)