Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 315 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 315 Bytes
git clone https://github.com/ardor-education/www.ardoreducation.com.git

Start Jekyll server/watcher

bundle exec jekyll serve -w

or for incremental builds add the incremental tag

bundle exec jekyll serve -w --incremental

View live site at http://localhost:4000