You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1)[Clone](https://docs.github.com/en/get-started/getting-started-with-git/about-remote-repositories) this github repository onto your computer by simply downloading the source code from this Github repository, or by using [`git`](https://git-scm.com):
2) Follow [this guide](https://jekyllrb.com/docs/installation) to install the prerequisites for Jekyll for your system if you have not already done so.
18
18
3) Once all requirements are installed, run the following command below in a command line terminal:
19
-
```
19
+
```sh
20
20
gem install jekyll bundler
21
21
```
22
22
4) Now that everything's installed and good to go, navigate the terminal to the directory where the you downloaded the copy of the Github repository, like so:
23
-
```
23
+
```sh
24
24
cd"{Path of source code folder}"
25
25
```
26
26
5) Enter this command:
27
-
```
27
+
```sh
28
28
bundle exec jekyll serve
29
29
```
30
30
6) Navigate to http://localhost:4000 in a browser.
0 commit comments