Live map for Road2Bitcoin 2022
Go to file
Râu Cao 67707b7ded
1.6.0
2022-09-14 10:18:29 +02:00
dist 1.6.0 2022-09-14 10:18:29 +02:00
geo Add legacy routes 2022-09-14 10:17:55 +02:00
public/img Add legacy routes 2022-09-14 10:17:55 +02:00
.gitignore Add version script 2022-09-03 11:24:07 +02:00
index.html Add plausible analytics script 2022-09-11 12:30:52 +02:00
main.js Add legacy routes 2022-09-14 10:17:55 +02:00
package-lock.json 1.6.0 2022-09-14 10:18:29 +02:00
package.json 1.6.0 2022-09-14 10:18:29 +02:00
readme.md Update readme 2022-09-03 11:21:15 +02:00
style.css Hello world 2022-09-02 10:28:38 +02:00
vite.config.js Hello world 2022-09-02 10:28:38 +02:00

readme.md

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.