# osrm-frontend-v2 **Repository Path**: mirrors_mapbox/osrm-frontend-v2 ## Basic Information - **Project Name**: osrm-frontend-v2 - **Description**: Modular rewrite of the OSRM frontend using LRM - **Primary Language**: Unknown - **License**: BSD-2-Clause - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-09 - **Last Updated**: 2025-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This is the frontend served at https://map.project-osrm.org. This frontend is builds heavily ontop of [Leaflet Routing Machine](https://github.com/perliedman/leaflet-routing-machine). If you need a simple OSRM integration in your webpage, you should start from there. # Building Run this in the root folder: ```bash npm install make ```