Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 210 Bytes

File metadata and controls

12 lines (9 loc) · 210 Bytes
# one-time
direnv allow

# local test server
bundle install
bundle exec jekyll serve --livereload --incremental

# production-like build verification
JEKYLL_ENV=production bundle exec jekyll build