Running the project
npm install
npm start
Update the package.json
file and provide the build
settings:
{
"build": {
"appId": "com.my.markdown-editor",
"publish": {
"provider": "github",
"owner": "<account>",
"repo": "electron-updates"
}
}
}
Script | Description |
---|---|
start | starts the Electron application |
build:macos | creates a testing build for macOS |
publish:github | releases the macOS version to the GitHub |