Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 370 Bytes

README.md

File metadata and controls

executable file
·
15 lines (12 loc) · 370 Bytes

Run the below command to install all dependencies

$ bundle

Run jekyll commands through Bundler to ensure you're using the right versions:

$ bundle exec jekyll serve --watch --drafts
$ JEKYLL_ENV=production bundle exec jekyll build; firebase deploy

bundler best practices