Skip to content

OSMNames/www.osmnames.org

Repository files navigation

OSM Names project website

http://osmnames.org/

Standard Jekyll project with CSS compiled from sass resources.

Installation

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.