Skip to content

Commit

Permalink
update app name, enhanced web share (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
myty authored Nov 12, 2022
1 parent 316698b commit bc1e914
Show file tree
Hide file tree
Showing 10 changed files with 59 additions and 1,363 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,23 @@
# Lancaster County Live Incidents
# Central Penn Incidents

Live Progressive Web App (PWA): <https://lanco.mytydev.com/>

![Vercel](https://vercelbadge.vercel.app/api/myty/lanco-live-incidents)

A jazzed-up version of [Lancaster County - Live Incident List](https://www.lcwc911.us/live-incident-list)
Now includes York incidents as well, hence the name change.

## The original concept

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.

## How it was built

- Progressive Web App
- React
- Vite
- Tailwindcss
- Azure Functions - C# (coming soon)
- Progressive Web App
- React
- Vite
- Tailwindcss
- Azure Functions - C# (coming soon)

## Want to run it yourself?

Expand Down
23 changes: 2 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lanco-live-incidents",
"version": "0.1.0",
"version": "0.2.0",
"author": "Michael Tyson <[email protected]>",
"license": "MIT",
"scripts": {
Expand All @@ -12,28 +12,9 @@
"update-all": "pnpm up -r && dotnet tool update dotnet-outdated-tool && dotnet tool update csharpier && cd ./src/lanco-incidents-func && dotnet outdated -u"
},
"devDependencies": {
"@ehutch79/vite-eslint": "^0.0.1",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.42.1",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-typescript": "^16.2.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.6.1",
"eslint-plugin-react": "^7.31.10",
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.2",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"rome": "^10.0.1",
"turbo": "^1.6.3",
"typescript": "^4.8.4"
},
"lint-staged": {
"*.{ts,js}": ["eslint --cache --fix", "rome check --apply", "rome format --write"],
"*.{tsx,css,md}": ["eslint --cache --fix", "prettier --write"],
"*.{cs}": ["dotnet csharpier"]
"turbo": "^1.6.3"
},
"volta": {
"node": "16.18.1"
Expand Down
Loading

1 comment on commit bc1e914

@vercel
Copy link

@vercel vercel bot commented on bc1e914 Nov 12, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.