Skip to content

Commit 3d3ed32

Browse files
author
ljamt
committed
updating readme
1 parent 84ec028 commit 3d3ed32

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
# local dev
22

3+
### Jekyll
34
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
45

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)
513
To avoid installing Ruby and Bundler, the starefossen/github-pages docker image is a good alternative.
614
Get docker at https://docs.docker.com/
715

0 commit comments

Comments
 (0)