diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 7 insertions, 8 deletions
@@ -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. |
