Live Progressive Web App (PWA): https://lanco.mytydev.com/
A jazzed-up version of Lancaster County - Live Incident List Now includes York incidents as well, hence the name change.
The original concept was inspired by an app that is only available on the iOS app store; and was first implemented in React Native and Azure Functions as a backend. So far the frontend has been ported over as a full featured PWA. The Azure Functions code will eventually find it's way to this repo. Both the frontend and backend code are deployed automatically with any new commit to the main branch.
- Progressive Web App
- React
- Vite
- Tailwindcss
- Azure Functions - C# (coming soon)
You'll need node, pnpm, and a Google maps API key.
From a terminal run
touch src/lanco-incidents-app/.env.local
and inside that file
VITE_GOOGLE_MAPS_KEY=<GOOGLE MAPS API KEY>
and then
pnpm app:dev