To run this repository locally using Docker, follow these steps:
- Ensure that the Valhalla engine is running and accessible from your machine.
-
Clone the repository:
git clone https://github.com/dual-tone/valhalla_ui.git cd valhalla_ui
-
Build the Docker image:
docker build -t valhalla_ui .
-
Run the Docker container:
docker run -p 3000:3000 valhalla_ui
-
Access the application: Open your web browser and navigate to
http://localhost:3000
.
Make sure the Valhalla engine is running and accessible to ensure the UI functions correctly.