You can find this site at https://www.openbikesensor.org/
Make sure to clone the repository with the --recursive flag, or if you forgot that, initialize submodules like this:
git submodule update --init --recursiveInstall postcss and other postprocessing tools using npm:
npm installTo build the site for development, you can choose between docker and a locally installed version og hugo.
All you need to do is:
docker-compose up- Wait a moment, until you see
Web Server is available at - Open http://localhost:1313
Install hugo (extended version!) and then run:
hugo server -D