Skip to content

COMOKIT/COMOKIT-WebApp

Repository files navigation

COMOKIT WebApp

This project propose a NodeJS WebApp Dashboard to interface with a headless instance of the COMOKIT project

🚀 Features

  • 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

🏗️ Tech Stack

  • React
  • highcharts
  • MapBox

🔰 How to use

  1. Clone the repo
git clone https://github.com/COMOKIT/COMOKIT-WebApp.git
cd COMOKIT-WebApp
  1. Copy the environment file and edit it to your need
cp .env.example .env
nano .env
  1. Install dependencies and start the dev server
npm install
npm run ostart

🤗 Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.