Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 509 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 509 Bytes

yourfirstpr.github.io

Configuring and running Jekyll locally

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