TerraTinker is a node-based tool for visualizations of geospatial data.
This project uses Docker and Docker Compose to run the application. To start the application, run the following command:
docker compose up
Before running the application you need to agree to Minecraft EULA. To do so you need to create a file .env
in the root of the project by copying the example.env
file and changing the value of EULA
to true
.
Guide to setup of each part of the project is in it's respective README.md file.
To run docker-compose in development mode, run the following command:
docker compose -f docker-compose.dev.yml up --build
This project is licensed under the MIT License - see the LICENSE file for details.