A fully featured Command Block IDE
Commander IDE is an Integrated Development Environment to Code CommandBlock programms.
Note: This is still in development. It doesn't do much yet.
For now there is no deployment version.
If you still want to build and execute the programm, follow these steps:
- Open up your terminal (and navigate somewhere you want to download the repository to)
- Make sure you have nodejs installed. Test by entering
$node -v
If this returns a version number, NodeJS is installed. If not, get NodeJS here. - Make sure electron is installed
$electron -v
If this returns a version number, Electron is installed. If not, get it by typing
$sudo npm install -g electron
- Clone the repository and navigate to it. You can either download it here or if you have Git installed, type
$git clone https://github.com/EpticMC/Commander-IDE.git && cd Commander-IDE
- Install all dependencies
$npm install
- Wait for it to finish. After installation is done, run the programm with
$npm start