mirror of
https://github.com/COMOKIT/COMOKIT-WebApp.git
synced 2026-02-27 02:10:55 +00:00
No description
http://51.255.46.42:3000/
- JavaScript 94%
- CSS 3.1%
- HTML 2.6%
- Dockerfile 0.3%
| .vscode | ||
| public | ||
| src | ||
| ssl | ||
| .dockerignore | ||
| .env.docker-example | ||
| .env.example | ||
| .gitignore | ||
| docker-compose.yml | ||
| Dockerfile | ||
| package.json | ||
| README.md | ||
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
- 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
🤗 Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.