Know the platform before it appears in station and get the next fastest train to your destination. Built using SolidJS front-end. This repo contains the frontend source code.
Example: The Platform app (left) shows the platform for the 16:33 service to Manchester Piccadilly before other apps.
- Run
npm ito install dependencies. - Create a
.env.localfile in the root directory with the following key and values:
VITE_API=http://localhost:9090/api
The URL must be where the Platform api backend is running. You can find the backend project here
To start the development server run npm run dev.
Created by the grace of God.


