No description http://51.255.46.42:3000/
  • JavaScript 94%
  • CSS 3.1%
  • HTML 2.6%
  • Dockerfile 0.3%
Find a file
2023-03-03 09:20:54 +07:00
.vscode add new chart 2022-07-06 19:19:10 +07:00
public [ENV] Use MapBox env Token 2023-02-22 11:11:23 +07:00
src fix ovh 2023-03-03 09:20:54 +07:00
ssl test 2023-01-08 13:44:14 +07:00
.dockerignore ok docker 2023-03-01 00:24:40 +07:00
.env.docker-example [DOCKER] Set example env file for Docker 2023-02-28 11:04:07 +07:00
.env.example [ENV] Enforce not having final / in ws path 2023-02-24 10:27:56 +07:00
.gitignore [ENV] Init proper dotfile usage 2023-02-22 11:09:39 +07:00
docker-compose.yml [DOCKER] Fix network value in compose 2023-02-28 11:03:49 +07:00
Dockerfile test docker 2023-02-28 23:29:15 +07:00
package.json fix ovh 2023-03-03 09:20:54 +07:00
README.md Create README.md 2023-02-22 11:44:53 +07:00

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.