A minimalized port for scheduling route on OpenStreetMap.
Go to file
arielherself de5e4cc4d2 chore: bump version 2023-12-30 17:03:32 +08:00
.idea feat: switch to obvious-a-star and support concatenations 2023-12-29 22:53:27 +08:00
api fix: candidate markers not cleared when clicking the clear button 2023-12-30 17:03:06 +08:00
example feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
misc feat: connection check and welcome pop-up 2023-11-24 20:06:22 +08:00
public feat: connection check and welcome pop-up 2023-11-24 20:06:22 +08:00
src fix: candidate markers not cleared when clicking the clear button 2023-12-30 17:03:06 +08:00
test feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
tools fix: candidate markers not cleared when clicking the clear button 2023-12-30 17:03:06 +08:00
.babelrc feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
.gitignore feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
PublicProperty.js chore: bump version 2023-12-30 17:03:32 +08:00
README.md chore: update readme 2023-12-30 11:25:44 +08:00
package-lock.json feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
package.json chore: bump version 2023-12-27 14:37:38 +08:00

README.md

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

We already deployed two instances for you to use:

You can also click this button 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