A minimalized port for scheduling route on OpenStreetMap.
Go to file
Ariel 67134dc4ca
chore(readme): fix layout
2023-11-24 21:27:50 +08:00
.idea chore(readme): update readme 2023-11-24 21:25:50 +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: "add" button status control & ui improvement 2023-11-24 21:04:40 +08:00
.gitignore chore(repo): recover tree structure 2023-11-24 16:32:07 +08:00
README.md chore(readme): fix layout 2023-11-24 21:27:50 +08:00
package-lock.json chore(repo): recover tree structure 2023-11-24 16:32:07 +08:00
package.json chore(repo): recover tree structure 2023-11-24 16:32:07 +08:00

README.md

nanoMap

This project is a minimalized port for scheduling route on OpenStreetMap. This front-end application is built with Create React App and the basic functionality uses React Leaflet. For more information about the backend, please refer to 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

On your server

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

Just two line of script:

git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
npm install &&
npm start