DelaTrain Simulation is a comprehensive simulation environment designed to model and analyze the operations of a railway system. This project aims to provide insights into train scheduling, track management, and overall system efficiency through detailed simulations.
Simulation is available online at: delatrain.github.io/Simulation/
To set up the development environment for DelaTrain Simulation, follow these steps:
-
Clone the Repository:
git clone git@github.com:DelaTrain/Simulation.git cd Simulation -
Install Dependencies:
Ensure you have Node.js and pnpm installed. Then, run:
pnpm install
For local development you will need to provide dataset files in the
public/datafolder. -
Run the Development Server:
Start the development server with:
pnpm run dev
This will launch the simulation locally, and you can access it via your web browser.
-
Build for Production:
To create a production build, execute:
pnpm run build
The output will be in the
distdirectory.