This project propose a NodeJS WebApp Dashboard to interface with a headless instance of the COMOKIT project
- Dynamic dashboard
- Plug-n-play module
- MapBox view
- Live view of the running simulation
- Control over the running simulation
- Connection to a local or remote GAMA server instance
- React
- highcharts
- MapBox
- Clone the repo
git clone https://github.com/COMOKIT/COMOKIT-WebApp.git
cd COMOKIT-WebApp
- Copy the environment file and edit it to your need
cp .env.example .env
nano .env
- Install dependencies and start the dev server
npm install
npm run ostart
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.