A minimalized port for scheduling route on OpenStreetMap.
Go to file
arielherself 0816a62333 feat: ui improvement 2023-11-27 12:47:16 +08:00
.idea feat: ui improvement 2023-11-27 12:47:16 +08:00
api feat: support relocating 2023-11-27 12:21:22 +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 feat: ui improvement 2023-11-27 12:47:16 +08:00
.gitignore feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
README.md chore(readme): update deployment instruction 2023-11-26 23:06:13 +08:00
package-lock.json chore: fix dependencies 2023-11-27 08:01:36 +08:00
package.json chore: bump version 2023-11-27 08:50:34 +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