This project is a user interface for Terravision, built with Next.js
- Node.js (v18+)
- pnpm
- Docker
- Docker Compose
To install and run the Terravision UI project, follow these steps:
- Clone the repository.
- Navigate to the project directory.
- Install and run the application with docker compose:
docker compose up -d
- Once the containers are up and running, you can access the Terravision UI in your browser at
http://localhost:3000
.
To run the app in development mode, follow these steps:
- Install the projects dependencies:
pnpm install
- Start the development server:
pnpm dev
This project is licensed under the MIT License - see the LICENSE file for details.