Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 372 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 372 Bytes

chombo.club

Kraków Chombo Club website source. Built using Jekyll.

Quickstart

gem install jekyll bundler
bundle install
jekyll serve

Testing Docker image locally

Using docker-compose:

$ docker-compose up --build

Then visit localhost:8000 to see the webpage.