Skip to content

Lotka-Volterra Simulation using Gama headless and React

Notifications You must be signed in to change notification settings

dinaharison/gama-web-simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

to install gama headless mode

first go to the gama folder :

  cd ./gama

build your docker image

  docker build -t gama-headless .

launch the headless server

  docker run -p 6868:6868 gama-headless sh ./gama-headless.sh -socket 6868

install the web user interface

  cd ./lotka-volterra

install all the dependencies

  npm install

launch the web application (the headless server have to be launched first)

  npm run dev

About

Lotka-Volterra Simulation using Gama headless and React

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published