16 lines
426 B
Markdown
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.
|