Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 712 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 712 Bytes

GitHub All Releases

ModelSaber Browser

An Electron-based app that allows you to browse ModelSaber models.

ModelSaber Browser

Development

Dependancies: Electron, Electron Builder

  1. git clone https://github.com/parapass/modelsaber-browser/
  2. npm install
  3. Make any changes in the main.js file.
  4. npm start

After the app has successfully built, test it again using npm start, then use npx electron-builder -w\l\m . This will package the app, if the app builds, installs, and runs fine, then you may submit your PR.