Skip to content

Over441/map-v2

 
 

Repository files navigation

SimRail Map

Overview

Welcome to the SimRail Map project! 🌟

Features

  • 🗺️ 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.

Contributing

How to ?

  • 🍴 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.

Installation

  1. Clone the Repository:
git clone https://github.com/simrail/map-v2.git
cd map-v2
  1. Install Dependencies:
pnpm install
  1. Run the Application:
pnpm run dev

Projects

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.

About

Copy of the map of the simrail.app for personnal improvement

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.8%
  • CSS 8.0%
  • Dockerfile 2.2%
  • HTML 1.9%
  • JavaScript 1.1%