Update readme

This commit is contained in:
Râu Cao 2022-09-03 11:21:15 +02:00
parent 068fc0fddd
commit aa3c1f981f
Signed by: raucao
GPG Key ID: 15E65F399D084BA9
1 changed files with 4 additions and 7 deletions

View File

@ -1,14 +1,11 @@
# OpenLayers + Vite
# R2B22 Live Map
This example demonstrates how the `ol` package can be used with [Vite](https://vitejs.dev/).
An interactive map for [Road2Bitcoin 2022](https://teamsatoshi.org/wiki/Road2Bitcoin_2022)
To get started, run the following (requires Node 14+):
## Development
npx create-ol-app my-app --template vite
Start a development server (available at http://localhost:5173):
Then change into your new `my-app` directory and start a development server (available at http://localhost:5173):
cd my-app
npm start
To generate a build ready for production: