Skip to content

Latest commit

 

History

History
executable file
·
25 lines (16 loc) · 409 Bytes

README.md

File metadata and controls

executable file
·
25 lines (16 loc) · 409 Bytes

Robyn's Recipe Website

Develop

Install the dependencies with Bundler:

$ bundle install

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

$ bundle exec jekyll serve

Deployment

To generate the complete static site locally, run:

bundle exec jekyll build --destination docs/

Then commit and push to master.