From 6fa21d13a3dbe6e666ff25d2483f69cdca560e56 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Mon, 9 Sep 2024 03:46:19 -0400 Subject: [PATCH] Ignore /dist - Added background for why the app was created --- .gitignore | 4 ++++ README.md | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) 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