Standard Jekyll project with CSS compiled from sass resources.
Clone repository recursively:
git clone https://github.com/OSMNames/www.osmnames.org.git --recursive
or later:
git submodule init
git submodule update
Install jekyll from: https://jekyllrb.com/docs/installation/
go to directory and run
jekyll serve
Run http://localhost:4000
in your browser.