Use this project to learn how to build an online route planner that finds optimal routes between an origin, a destination, and up to 23 stops along the way (waypoints) for different modes of transportation (car, truck, and walking), avoidances (tolls and ferries), and departure times. You will build a Vue app using Amazon Location Service, as the basemap provider and routing API, MapLibre GL JS, as the map rendering library, and Naive UI, as the UI component library.
# install dependencies
npm install
# serve with hot reload
npm run dev
# build for production with minification
npm run build