aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAriel Costas Guerrero <ariel@costas.dev>2025-10-22 00:06:52 +0200
committerAriel Costas Guerrero <ariel@costas.dev>2025-10-22 00:07:11 +0200
commit5d6fd75899e96826f8e8aa0c84f7f186cbc7e471 (patch)
tree811cf377bdbe85a3343aed673a6541efee64e982 /README.md
parent770f764d55045dae34737a5d6111cc7362330e9a (diff)
Confirm region change, make app name more consistent
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 7 insertions, 8 deletions
diff --git a/README.md b/README.md
index c4009ea..a1cfad1 100644
--- a/README.md
+++ b/README.md
@@ -15,12 +15,13 @@ Busurbano is a web application designed to help users find bus stops and arrival
- **Backend**:
- ASP.NET Core 9 Web API
- [Costasdev.VigoTransitApi](https://github.com/arielcostas/VigoTransitApi)
+ - WIP: Santiago de Compostela API - Not a package yet
- **Mapping**:
- - [Leaflet](https://leafletjs.com/) via [React-Leaflet](https://react-leaflet.js.org/)
- - [Leaflet Locate Control](https://github.com/domoritz/leaflet-locatecontrol)
- - [Leaflet Marker Cluster](https://github.com/Leaflet/Leaflet.markercluster)
+ - [MapLibre GL JS](https://maplibre.org)
+ - OpenStreetMap
+ - [OpenFreeMap tiles](https://openfreemap.org)
- **Styling**: Good old CSS
-- **Fonts**: [Roboto Variable](https://fonts.google.com/specimen/Roboto) via [@fontsource](https://fontsource.org/fonts/outfit)
+- **Fonts**: [Roboto Variable](https://fonts.google.com/specimen/Roboto) via [@fontsource](https://fontsource.org/fonts/roboto)
## Getting Started
@@ -31,6 +32,8 @@ Busurbano is a web application designed to help users find bus stops and arrival
### Installation
+TODO: Update instructions
+
1. Clone the repository:
```sh
@@ -55,10 +58,6 @@ Busurbano is a web application designed to help users find bus stops and arrival
2. Open your browser and navigate to `http://localhost:5173`.
-### Deployment
-
-The application is (or will soon be) deployed to [busurbano.costas.dev](https://busurbano.costas.dev) via GitHub Actions, on a normal Ubuntu server with Nginx and a reverse proxy.
-
## Contributing
Contributions are welcome! Please open an issue or submit a pull request.