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 --recursive
Install postcss and other postprocessing tools using npm:
npm install
To 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