XIBLE
A visual programming language. Visit https://xible.io for more information.
Installation
See the installation documentation for details.
Once you have Node.js installed;
- On Linux run:
sudo npm install xible -g
- On Windows run:
npm install xible -g
Start XIBLE
After installation is completed;
xible server start
- Navigate to http://localhost:9600. Or replace "localhost" with the actual address of the machine where you installed XIBLE.
Automatically start XIBLE
To automatically start XIBLE on boot (requires a Linux installation);
sudo xible service enable
sudo xible service start
to start it immediately.