nanomap/README.md

1.3 KiB

nanoMap

nanoMap is a minimalized port for scheduling route on OpenStreetMap. This application is built with Create React App and the basic functionality uses React Leaflet and Vercel Serverless Functions.

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

On your server

Please install the latest version of Node.js, npmJS and Vercel CLI first.

Just four line of script:

git clone "https://github.com/arielherself/nanomap" nanomap &&
cd nanomap &&
npm install &&
vercel dev