From: Jo-Philipp Wich Date: Tue, 24 May 2016 16:35:19 +0000 (+0200) Subject: Add some little testing instructions X-Git-Url: http://git.openwrt.org/?p=web.git;a=commitdiff_plain;h=0f9c2320f791c79de277c7734a7576789cc30153 Add some little testing instructions Signed-off-by: Jo-Philipp Wich --- diff --git a/README b/README index 8c2e09d..4379139 100644 --- a/README +++ b/README @@ -16,5 +16,9 @@ If sources are updated to require new jekyll plugins or a changed configuration then tell someone with access to the web server so that the settings can be synchronized with those in the tree. +In order to generate the pages locally for testing your changes, +install https://jekyllrb.com/, issue "jekyll serve" and navigate to +http://127.0.0.1:4000/ with your browser. + LICENSE is TBD and should be placed in the LICENSE file once decided.