Used for editing the mod source for the SokuLauncher mod center, managing and publishing mods on the source.
This tool requires git, please install it and complete the basic setup.
- Refer to https://git-scm.com/downloads for the completion of the git installation.
- To set up your name and email in git
$ git config --global user.name "Your Name"
$ git config --global user.email "[email protected]"
Clone and install dependencies:
git clone https://github.com/0Miles/soku-source-editor.git
cd soku-mod-manager
npm install
Open two terminals and execute the following
npm run dev:vite
npm run dev:electron