mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-03-15 04:11:22 +00:00
Fixed and clarified some things in the background section
This commit is contained in:
parent
f3aa4050c9
commit
c24378ffad
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,7 @@ Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixie
|
|||
|
||||
## 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.
|
||||
This was intended to solve a rather awkward dilemma. I turned a bunch of online Amtrak status boards made by Dixieland Software into PWAs (standalone web apps) for stations that I viewed on Virtual Railfan. While it was convenient—don't get me wrong—I had to create a new web app for each station, and it became overwhelming to constantly switch between them all. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. The original icons found in this project's first commit were used for those PWAs.
|
||||
|
||||
## Prerequisites
|
||||
|
||||
|
@ -14,6 +14,8 @@ Before you begin, ensure you have the latest versions of the following installed
|
|||
|
||||
- [Rust](https://www.rust-lang.org/tools/install)
|
||||
- [.NET 8.0](https://dotnet.microsoft.com/en-us/)
|
||||
- ASP.NET Workload (Windows)
|
||||
- ``wasm-tools`` Workload (macOS/Linux)
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue