Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roseckyj/terratinker
TerraTinker is a node-based tool for transforming geospatial data into Minecraft maps
https://github.com/roseckyj/terratinker
geospatial-data minecraft paper-plugin visualization
Last synced: 18 days ago
JSON representation
TerraTinker is a node-based tool for transforming geospatial data into Minecraft maps
- Host: GitHub
- URL: https://github.com/roseckyj/terratinker
- Owner: roseckyj
- License: mit
- Created: 2023-11-29T20:42:27.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-25T10:47:18.000Z (20 days ago)
- Last Synced: 2024-10-25T16:31:46.724Z (20 days ago)
- Topics: geospatial-data, minecraft, paper-plugin, visualization
- Language: TypeScript
- Homepage:
- Size: 11.2 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TerraTinker
TerraTinker is a node-based tool for visualizations of geospatial data.
## Usage
This project uses Docker and Docker Compose to run the application. To start the application, run the following command:
```bash
docker compose up
```Before running the application you need to agree to [Minecraft EULA](https://aka.ms/MinecraftEULA). 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`.
## Development
Guide to setup of each part of the project is in it's respective README.md file.
- [Web](./web/README.md)
- [Server](./server/README.md)To run docker-compose in development mode, run the following command:
```bash
docker compose -f docker-compose.dev.yml up --build
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.