Welcome to the SimRail Map project! π
- πΊοΈ Interactive Map: Zoom in/out, pan, and explore different areas.
- π Location Details: Information on stations and trains.
- π€οΈ Route Information: Visual representation of rail routes (track speed, signalling).
- π Search Functionality: Easily find specific trains or train conductors.
- π΄ Fork the repository.
- πΏ Create a new branch: git checkout -b feature-branch.
- πΎ Commit your changes: git commit -am 'Add new feature'.
- π Push to the branch: git push origin feature-branch.
- π¨ Create a new Pull Request.
- Clone the Repository:
git clone https://github.com/simrail/map-v2.git
cd map-v2
- Install Dependencies:
pnpm install
- Run the Application:
pnpm run dev
This projects is a monorepo containing two projects:
packages/home
: The main portal page hosted at www.simrail.app that redirects users to either EDR or the map.packages/map
: The interactive map project hosted at map.simrail.app.