soku-source-editor

Module Download Source Editor for SokuLauncher

MIT License

Stars
3

SokuSourceEditor

Used for editing the mod source for the SokuLauncher mod center, managing and publishing mods on the source.

Document

Install Git

This tool requires git, please install it and complete the basic setup.

  1. Refer to https://git-scm.com/downloads for the completion of the git installation.
  2. To set up your name and email in git
$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"

Dev

Clone and install dependencies:

git clone https://github.com/0Miles/soku-source-editor.git
cd soku-mod-manager
npm install

Starting dev

Open two terminals and execute the following

npm run dev:vite
npm run dev:electron