Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.81 KB

File metadata and controls

44 lines (30 loc) · 1.81 KB

SimRail Information Tools (SIT) Frontend

Build Status

The SIT frontend displays the collected information of the SIT-Backend on a website. A public instance is hosted at https://simrail.tools. Currently implemented are:

Planned features include:

  • A nicer home page
  • Journey search feature
  • Vehicle composition display (including images)

If you want to request a feature feel free to open an issue or contact me on Discord: @derklaro.

Getting Started (Development)

Local development on the application is fairly easy.

  1. Install the dependencies of this project using pnpm install
  2. Run a local development server using pnpm run dev
  3. To preview your changes (how they would look like in production) use pnpm run preview

Local services run at:

Service URL
Dev Server http://localhost:5173/
Preview Server http://localhost:4173/

This project uses Biome for linting. Please make sure your changes pass the lint rules using pnpm run lint before opening a pull request.

License

This project is released under the terms of the MIT license. See license.txt or https://opensource.org/licenses/MIT.