Skip to content

Project to create a React frontend for Netlogo, specifically the CLAW model

Notifications You must be signed in to change notification settings

brunslo/netlogo-clawmodel

Repository files navigation

Netlogo CLAW Model

Overview

This project provides a Docker Compose script to allow both the CLAW model front- and backend components to be run locally without requiring any development tools.

##Usage To build this you will need a local installation of git and Docker. First, clone this repository and initalise the submodules:

git clone --recurse-submodules https://github.com/brunslo/netlogo-clawmodel

Next you need to run Docker Compose to build and bring the various images up:

docker-compose up --build

That's it! It will take a while to build the images the first time, as the code for each sub-project has to be compiled and their dependencies have to be downloaded. Docker will cache these steps on subsequent runs which will dramatically speed things up.

The user interface is then reachable by navigating to http://localhost:8080.

About

Project to create a React frontend for Netlogo, specifically the CLAW model

Resources

Stars

Watchers

Forks

Packages

No packages published