A minimalized port for scheduling route on OpenStreetMap.
Go to file
arielherself 1b95222346 feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
.idea feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
api feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +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(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
.gitignore feat(backend): use Vercel Serverless Functions for backend 2023-11-26 22:17:55 +08:00
README.md chore(readme): fix typo 2023-11-24 21:36:24 +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 four line of script:

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