To run our the jekyll theme locally, navigate to the theme directory from your PC and run bundle install command in git client app. to install the dependencies, then run bundle exec jekyll serve to start the Jekyll server.
Here following some good resources to deploy jekyll :
- Manual Deployment
- Automated Deployment (Example: Travis CI, Circle CI, Buddy etc)
- 3rd Party Deployment (Example : Aerobatic, CloudCannon, Github Pages, Kickster, Netlify, Static Publisher)