Skip to content

A webapp to create l-gauge layouts with streets, railroads and tracks.

License

Notifications You must be signed in to change notification settings

moonline/Webapp.TrackDesigner

Repository files navigation

Track designer

A webapp to create and export l-gauge layouts with streets, railroads and tracks.

Trackdesigner screenshot

Try it out: moonline.github.io/Webapp.TrackDesigner

Download release

  1. Download from github.com/moonline/Webapp.Trackdesigner/releases
  2. Unzip the package
  3. Open index.html in your webbrowser or start a local webserver with http-server . and open localhost:8080 in your webbrowser.

License

GPLv3
This work is licensed under the GNU GENERAL PUBLIC LICENSE 3.0

Development

Environment

Install:

Install dependencies

yarn install

Compile source

yarn compile

Run app

Open index.html in your webbrowser or start a local webserver with http-server . and open localhost:8080 in your webbrowser.

Package app

yarn package