Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

EpticMC/Commander-IDE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Commander IDE

Github Issues GitHub closed issues


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:

  1. Open up your terminal (and navigate somewhere you want to download the repository to)

  2. 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.

  3. 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

  4. 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

  5. Install all dependencies
    $ npm install

  6. Wait for it to finish. After installation is done, run the programm with
    $ npm start