- 
                Notifications
    
You must be signed in to change notification settings  - Fork 8
 
Development
        JovannMC edited this page May 24, 2025 
        ·
        10 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-devin a terminal 
 - For example on Debian/Ubuntu, run 
 - Run 
pip install setuptoolswith 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 startornpm 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)