Skip to content
This repository has been archived by the owner on Feb 18, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 670 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 670 Bytes

Unicorn Creations - MonoLauncher

MonoLauncher has been created in Electron and is also completely open-source, so you're free to look over the code, update something and submit a pull request to the repo.

Main Menu:

Running in development mode

  1. Clone the repository
  2. Run npm install [If it fails you may need to delete package-lock.json]
  3. And then simply do npm start

Building

  1. Simply do all the steps above except Step 3.
  2. Run npm run make
  3. Done ;)