-
Notifications
You must be signed in to change notification settings - Fork 3
Development
JovannMC edited this page Nov 16, 2024
·
9 revisions
- (WINDOWS) Install the required Visual Studio tools to build the native Node.js modules (see this for instructions)
- (LINUX) Install the required package to build the native Node.js modules,
libudev
- For example on Debian/Ubuntu, run
sudo apt install libudev-dev
in a terminal
- For example on Debian/Ubuntu, run
- Run
pip install setuptools
with Python 3.12 in a terminal - Clone the project -
git clone https://github.com/OCSYT/SlimeTora.git
- Install the dependencies -
npm i
- Start the dev environment -
npm start
ornpm run dev
(doesn't removedist/
folder) - Make your changes and build -
npm run build
(creates folders and zips underbuild/
)- Note that the OS you are developing on will be the only build artifact made that will work (yay!!!). GitHub Actions is used to build both Windows and Linux builds for distribution.
WIP (explanation of what the code does, pretty much)