nanoMap

This project is a minimalized port for scheduling route on [OpenStreetMap](https://openstreetmap.org). This front-end application is built with [Create React App](https://create-react-app.dev/) and the basic functionality uses [React Leaflet](https://react-leaflet.js.org). For more information about the backend, please refer to [arielherself/nanomap-backend](https://github.com/arielherself/nanomap-backend). # Deployment ## Vercel An instance is deployed at https://nanomap.vercel.app. You can also click the button below to deploy with your own account. [![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farielherself%2Fnanomap-frontend&project-name=nanomap-frontend&repository-name=nanomap-frontend&demo-title=nanoMap&demo-description=A%20minimalized%20port%20for%20scheduling%20route%20on%20OpenStreetMap&demo-url=https%3A%2F%2Fnanomap.vercel.app) ## On your server _Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](https://www.npmjs.com) first._ Just four line of script: ```shell git clone "https://github.com/arielherself/nanomap-frontend" nanomap && cd nanomap && npm install && npm start ```