https://github.com/samboycoding/melon-installer-electron
https://github.com/samboycoding/melon-installer-electron
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/samboycoding/melon-installer-electron
- Owner: SamboyCoding
- Created: 2021-07-25T03:22:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-25T19:35:05.000Z (over 4 years ago)
- Last Synced: 2025-04-07T19:47:01.396Z (12 months ago)
- Language: Vue
- Size: 319 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MelonLoader Installer: Electron Edition
## WIP! Here be dragons
### Development Pre-Requisites
- Node.JS
- Yarn, if you want to use the steps below.
### Developing:
1. Run `yarn install`
2. Run `yarn watch` to automatically compile your changes on save.
3. Run `yarn start-dev` in another terminal to launch the app. Should hot-reload any changes you make in `src/renderer/`, but if it gets
stuck, hit Control-R to hard-reload. If you make a change to the backend (anything in `src/main/`), close the window and re-run this step.
### Building a Release
1. `yarn release`. Easy, that.