Update README.md

This commit is contained in:
Mestima 2020-07-10 18:55:42 +03:00
parent 22b9e0e55d
commit 83bf4502f3

View File

@ -1,2 +1,22 @@
# electron-desktop
# Simple Electron-Desktop
Simple electron desktop application
## Settings
- You can easily change url electron will open at `index.js` file
- You can change an application icon at `assets` folder. All you need to do is just replace `icon.ico` file with your icon
- Version, application name and description might be changed at `package.json` and `package-lock.json` files
## Build
- Navigate to the project folder
- Run `npm install` command
- Run `npm run build` command
## Dependencies
- NodeJS