You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
9 months ago | |
---|---|---|
data | 9 months ago | |
dist | 9 months ago | |
public | 9 months ago | |
.gitignore | 9 months ago | |
index.html | 9 months ago | |
main.js | 9 months ago | |
package-lock.json | 9 months ago | |
package.json | 9 months ago | |
readme.md | 9 months ago | |
style.css | 9 months ago | |
vite.config.js | 9 months ago |
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.