Skip to content

0Miles/soku-source-editor

Repository files navigation

SokuSourceEditor

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

preview

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