Git View is an educational open source project developed by the web development students at ECV Digital.
Using VueJs and ElectronJs
npm install
npm run electron:serve
npm run electron:build
⚠️ Every new release published will notify users and update there electron app
Create a .env file at the root of your local project. Copy the content of .env.example and put your Github token in.
- Update app version in the
package.jsonfollowing the Semantic Versioning guidelines. - Commit and push the app version update on a dedicated branch using this pattern:
"release/: {version_number}". - When the branch is ready and merged, run the following command on the
mainbranch:npm run gh-publish. - A pre-release should be created in the github repo and can be release.