Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.34 KB

File metadata and controls

40 lines (26 loc) · 1.34 KB

LBS Interface

Welcome to the LBS Interface repository! This web application is designed to showcase location-based risks and scoring through the innovative TreesAI project in Stuttgart, Germany. Utilizing cutting-edge technologies like React, Vite, Mapbox GL, and Tailwind CSS, this app provides a dynamic and user-friendly experience for visualizing tree health and risk data.

Features

  • Interactive Map Visualization: Powered by Mapbox GL, the app offers detailed and interactive maps that allow users to visualize different risk levels and scores associated with trees in Stuttgart.
  • Responsive Design: Built with Tailwind CSS, the interface is fully responsive and optimized for various devices and screen sizes.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Before you begin, ensure you have the following installed:

  • Node.js (recommended version 16.x)
  • npm or Yarn

Installation

  1. Clone the repository:
      git clone https://github.com/yourgithub/lbs-interface.git
      cd lbs-interface
  1. Install dependencies:
      yarn
  1. Run the development server:
     yarn dev

This will start the Vite development server and open the app in your default web browser.