From aa3c1f981f81132d7eab4b5fdf3141b16c51014b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A2u=20Cao?= Date: Sat, 3 Sep 2022 11:21:15 +0200 Subject: [PATCH] Update readme --- readme.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 84e8a5f..271bf6b 100644 --- a/readme.md +++ b/readme.md @@ -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: