Skip to content
This repository was archived by the owner on Jun 19, 2025. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 252 Bytes

File metadata and controls

9 lines (5 loc) · 252 Bytes

GitHub from Scratch

$ bundle install
$ jekyll serve -w --baseurl ''

(-w also watches files in _posts folder for updates. giving baseurl necessary because github pages config (baseurl = repo name).)

Then goto http://localhost:4000/.