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