Ignore /dist

- Added background for why the app was created
This commit is contained in:
Tony Bark 2024-09-09 03:46:19 -04:00
parent 210499ef8a
commit 6fa21d13a3
2 changed files with 9 additions and 1 deletions

4
.gitignore vendored
View file

@ -482,3 +482,7 @@ $RECYCLE.BIN/
# Vim temporary swap files # Vim temporary swap files
*.swp *.swp
## Extra
dist/

View file

@ -1,6 +1,10 @@
# Amtrak Status Boards # 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 ## Prerequisites