first go to the gama folder :
cd ./gama
build your docker image
docker build -t gama-headless .
docker run -p 6868:6868 gama-headless sh ./gama-headless.sh -socket 6868
cd ./lotka-volterra
install all the dependencies
npm install
launch the web application (the headless server have to be launched first)
npm run dev