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
Copy file name to clipboardExpand all lines: README.md
+8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,15 @@
1
1
# local dev
2
2
3
+
### Jekyll
3
4
Local development of github pages using Jekyll is described here: https://help.github.com/en/github/working-with-github-pages/testing-your-github-pages-site-locally-with-jekyll
4
5
6
+
To run it locally run the following commands from project root:
7
+
8
+
-`bundle install`
9
+
-`bundle exec jekyll serve`
10
+
11
+
12
+
### Docker (To be updated)
5
13
To avoid installing Ruby and Bundler, the starefossen/github-pages docker image is a good alternative.
0 commit comments