This repository is for the HERMES Project that creates and visualizes a simulation of a delivery system with robots using public transport.
- Run ./bundle/backend/backend.exe and keep it running in the background
- Run ./bundle/frontend/ProjectHermesApplication.exe
This guide shows you how to setup your local environment to run this application.
- Clone the repository
git clone git@github.com:matzy-byte/project-hermes-application.git
- In the Godot Manager import the godot project (.godot file) and open it
project-hermes-application/
├── frontend/
│ ├── res/
│ │ └── ...
│ └── frontend.godot
└── backend/
├── src/
│ └── ...
└── backend.slt
main (release)
├── prototype
│ └── develop
│ └── feature/...-...
└── develop/1.0.0