A minimalized port for scheduling route on OpenStreetMap.
Go to file
arielherself 8c117633c5 refactor: debug tools and display 2023-12-27 11:06:29 +08:00
.idea refactor: debug tools and display 2023-12-27 11:06:29 +08:00
api refactor: debug tools and display 2023-12-27 11:06:29 +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 refactor: debug tools and display 2023-12-27 11:06:29 +08:00
test feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
tools refactor: debug tools and display 2023-12-27 11:06:29 +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 refactor: debug tools and display 2023-12-27 11:06:29 +08:00
README.md chore(readme): update deployment instruction 2023-11-26 23:06:13 +08:00
package-lock.json feat: shortest path (plain implementation) 2023-12-25 00:06:07 +08:00
package.json feat: shortest path (plain implementation) 2023-12-25 00:06:07 +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

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