Live map for Road2Bitcoin 2022
Go to file
Râu Cao bedb066407
1.10.1
2022-09-17 09:38:35 +02:00
data Add riders to map 2022-09-14 18:50:02 +02:00
dist 1.10.1 2022-09-17 09:38:35 +02:00
public Add donation widget 2022-09-16 12:16:25 +02:00
.gitignore Add version script 2022-09-03 11:24:07 +02:00
index.html Link logo to main page 2022-09-17 09:37:59 +02:00
main.js Only show riders when tracking timestamp is newer than 3 hours ago 2022-09-15 10:02:15 +02:00
package-lock.json 1.10.1 2022-09-17 09:38:35 +02:00
package.json 1.10.1 2022-09-17 09:38:35 +02:00
readme.md Update readme 2022-09-03 11:21:15 +02:00
style.css Add donation widget 2022-09-16 12:16:25 +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.