Getting started¶
Prerequisites¶
Node.js >= 16
npm
You can load the module on ITER cluster by running the following command:
module load nodejs
Clone¶
Clone this repository and install the dependencies:
# Clone by ssh
git clone git@github.com:iterorganization/IBEX.git
# Or by https
git clone https://github.com/iterorganization/IBEX.git
Launch in developer mode¶
Get into the root folder and launch it by using this command.
./launch-dev.sh
For more informations about the different ways to launch IBEX frontend, refers to How to launch ibex?