13 lines
411 B
Markdown
13 lines
411 B
Markdown
# Heatmap Tool Project
|
|
|
|
This project contains the implementation of the Heatmap Tool.
|
|
|
|
## Directory
|
|
|
|
The application is located in the `heatmap-tool` directory. Please refer to the `README.md` file within that directory for detailed instructions on how to run and use the application.
|
|
|
|
```bash
|
|
cd heatmap-tool
|
|
```
|
|
|
|
Inside, you will find a self-contained project with its own `docker-compose.yml` for easy setup. |