diff --git a/.gitignore b/.gitignore index 104b544..bee98e8 100644 --- a/.gitignore +++ b/.gitignore @@ -482,3 +482,7 @@ $RECYCLE.BIN/ # Vim temporary swap files *.swp + +## Extra + +dist/ \ No newline at end of file diff --git a/README.md b/README.md index 370772f..6ca5518 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,10 @@ # Amtrak Status Boards -Amtrak Status Boards is a desktop application for accessing Dixieland Software's [station status boards](https://dixielandsoftware.net/Amtrak/solari/). +Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixieland Software's [station status boards](https://dixielandsoftware.net/Amtrak/solari/). + +## Background + +This was intended to solve a rather awkward dilemma. While I much prefer PWAs, I used to have a bunch of standalone web apps for stations that I view on Virtual Railfan. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. ## Prerequisites