r2b22-map/readme.md

426 B

R2B22 Live Map

An interactive map for 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.