added github icon, changed the api url

This commit is contained in:
recrof 2025-07-18 16:55:13 +02:00
parent 4bf1157f26
commit 886e8d3c6d
5 changed files with 11 additions and 2 deletions

View file

@ -3,7 +3,7 @@ Official MeshCore Map (frontend)
## Installation
This is fully static and build-free site, cloning it to web location that can serve static content should be enough.
It uses backend api deployed on https://meshcore.dev/api/v1/nodes, so you will need to edit `apiUrl` in `src/map.js`.
It uses backend api deployed on https://meshcore.dev/api/v1/nodes
## Libraries used
* [Vue3](https://github.com/vuejs/core)