Skip to content

arielherself/nanomap

Folders and files

NameName
Last commit message
Last commit date

Latest commit

2c19ac2 · Dec 30, 2023

History

40 Commits
Dec 29, 2023
Dec 30, 2023
Dec 24, 2023
Nov 24, 2023
Nov 24, 2023
Dec 30, 2023
Dec 24, 2023
Dec 30, 2023
Dec 24, 2023
Nov 26, 2023
Dec 30, 2023
Dec 30, 2023
Dec 24, 2023
Dec 27, 2023

Repository files navigation

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