r2b22-map/readme.md
2022-09-03 11:21:15 +02:00

16 lines
426 B
Markdown

# R2B22 Live Map
An interactive map for [Road2Bitcoin 2022](https://teamsatoshi.org/wiki/Road2Bitcoin_2022)
## Development
Start a development server (available at http://localhost:5173):
npm start
To generate a build ready for production:
npm run build
Then deploy the contents of the `dist` directory to your server. You can also run `npm run serve` to serve the results of the `dist` directory for preview.