Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 257 Bytes

development.md

File metadata and controls

11 lines (6 loc) · 257 Bytes

Development Notes

Running Jekyll site locally.

  • bundle install (once, if you do not have ruby, install via home brew).
  • bundle exec jekyll serve

This will serve the site at - http://127.0.0.1:4000/auto-wcag/

All changes are watched and served.