Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 267 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 267 Bytes

The codesy.io site

Development

Install Jekyll::

gem install jekyll

Run the site locally with Jekyll::

git clone https://github.com/codesy/codesy.github.io.git
cd codesy.github.io
jekyll serve --watch

Make changes.