Clone this repo and go into the folder:
git clone https://github.com/yourfirstpr/yourfirstpr.github.io.git
cd yourfirstpr.github.io
Install the dependencies:
bundle
Run Jekyll by using the following command:
bundle exec jekyll serve
Your local site is now available at http://localhost:4000
.
If you want to use another port you can provide the -P
option like this:
bundle exec jekyll serve -P 4242