OpenRailAssociation / osrd-website

OSRD website (work in progress)
https://osrd.fr/
4 stars 12 forks source link

OSRD WEBSITE

What is OSRD?

OSRD is a work in progress tool meant to help design and operate railway infrastructure. It's built around a simulator, which evaluates a timetable on a given infrastructure.

It's free and open-source forever!

Build instructions

Local

With docker

Download & install hugo image with dependencies

docker run --rm -it \
    -v $(pwd):/src \
    --entrypoint npm \
    klakegg/hugo:ext-alpine \
    install

Development server

# starts hugo using the klakegg/hugo:ext-alpine docker image
./hugo.sh server

Build

# by default, it just builds the site
./hugo.sh

Contributing

If you think OSRD doesn't quite fit your needs yet, but still believe it could, please tell us about your needs.

Please consider committing resources to help development if you'd like to use OSRD in production. Code contributions are very welcome, and we'd love to work together to make this project better.

For more information on how to contribute, check out the Contributing file

Get in touch

Send an email at contact@osrd.fr, open an issue, or join the #public-general:osrd.fr matrix channel.