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
Before you get started, make sure you have an up-to-date version of [Docker](https://www.docker.com/get-started/) installed on your machine and that it is running.
32
11
33
12
[Fork and clone the repo](https://help.github.com/articles/fork-a-repo/)
34
13
to your local machine.
35
14
36
-
From the project directory, run Jekyll:
37
-
15
+
Using terminal, in the project directory, run:
38
16
```sh
39
-
bundle exec jekyll serve --watch
40
-
```
17
+
docker-compose up
18
+
```
41
19
42
-
Open it up in your browser: <http://localhost:4000/>
20
+
Open it up in your browser: [http://localhost:4000/](http://localhost:4000/)
0 commit comments