Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 378 Bytes

DEV_readme.md

File metadata and controls

13 lines (12 loc) · 378 Bytes

Jekyll Theme: Chirpy theme source git repo

Development notes

  1. In project folder run:
docker-compose up
  1. Open a browser and view project at localhost:4000
  2. Edit project and Jekyll will auto-regenerates the site
  3. When you want to shut-down the site, use Ctrl+C then run:
docker-compose down