chore(readme): update repo url

This commit is contained in:
Ariel 2023-11-26 23:04:28 +08:00 committed by GitHub
parent 7f2dae21a0
commit 093c4f9363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
</p>
<h1 align="center">nanoMap</h1>
This project is a minimalized port for scheduling route on [OpenStreetMap](https://openstreetmap.org). This front-end application is built with [Create React App](https://create-react-app.dev/) and the basic functionality uses [React Leaflet](https://react-leaflet.js.org). For more information about the backend, please refer to [arielherself/nanomap-backend](https://github.com/arielherself/nanomap-backend).
**nanoMap** is a minimalized port for scheduling route on [OpenStreetMap](https://openstreetmap.org). This application is built with [Create React App](https://create-react-app.dev/) and the basic functionality uses [React Leaflet](https://react-leaflet.js.org) and [Vercel Serverless Functions](https://vercel.com/docs/functions/serverless-functions).
# Deployment
@ -11,7 +11,7 @@ This project is a minimalized port for scheduling route on [OpenStreetMap](https
An instance is deployed at https://nanomap.vercel.app<nothing>. You can also click the button below to deploy with your own account.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farielherself%2Fnanomap-frontend&project-name=nanomap-frontend&repository-name=nanomap-frontend&demo-title=nanoMap&demo-description=A%20minimalized%20port%20for%20scheduling%20route%20on%20OpenStreetMap&demo-url=https%3A%2F%2Fnanomap.vercel.app)
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Farielherself%2Fnanomap&project-name=nanomap&repository-name=nanomap&demo-title=nanoMap&demo-description=A%20minimalized%20port%20for%20scheduling%20route%20on%20OpenStreetMap&demo-url=https%3A%2F%2Fnanomap.vercel.app)
## On your server
@ -20,7 +20,7 @@ _Please install the latest version of [Node.js](https://nodejs.org) and [npmJS](
Just four line of script:
```shell
git clone "https://github.com/arielherself/nanomap-frontend" nanomap &&
git clone "https://github.com/arielherself/nanomap" nanomap &&
cd nanomap &&
npm install &&
npm start