$ npm i
$ npm run dev
- build
$ npm run electron-build
$ npm run package-builder
start test server by running node socketTest/index.js
or
npm run server
- 'chat message': echoes mesages
- test: sends messages at specific interval
- /asd
- test: sends messages at specific interval
- change version numbers in
package.jsonANDbuild_package.json - create git tag
git tag v1.0.0 - push changes
git push - and push tags
git push --tags - create release draft with new tag and version as release name
- Really important release NAME is the version with the v:
v1.0.0 - Really important that
build_package.jsonhas the correct version without the v:1.0.0 - build with
packagescript - compress each build in the package dir individually and upload to github
- release