Ariel
aaad1cc243
v0.3.2-beta |
||
---|---|---|
.idea | ||
api | ||
example | ||
misc | ||
public | ||
src | ||
test | ||
tools | ||
.babelrc | ||
.gitignore | ||
PublicProperty.js | ||
README.md | ||
package-lock.json | ||
package.json |
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
We already deployed two instances for you to use:
- Stable release: https://nanomap.vercel.app (suggested for most users)
- Developer release: https://nanomap-dev.vercel.app
You can also click this button to deploy with your own account:
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