This repository is for the website used for communication and documentation about the OSRD project. To know more about OSRD, check out OSRD on GitHub or osrd.fr.
npm installto install all the project dependenciesnpm run startto get a development servernpm run buildto make a production build
docker run --rm -it \
-v $(pwd):/src \
--entrypoint npm \
hugomods/hugo:exts \
install
# starts hugo using the hugomods/hugo:exts docker image
./hugo.sh server
# by default, it just builds the site
./hugo.sh