Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 757 Bytes

File metadata and controls

38 lines (24 loc) · 757 Bytes

openbikesensor.github.io

You can find this site at https://www.openbikesensor.org/

Development

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.

Run hugo with docker

All you need to do is:

docker-compose up

Run hugo locally

Install hugo (extended version!) and then run:

hugo server -D