Skip to content

Previewing the site

Mike Blackstock edited this page Nov 25, 2017 · 4 revisions

Previewing the site

This site is a Github Pages site that uses Jekyll for static site generation. To preview and test the site, first, make sure Jekyll is installed.

Clone the repository if you haven't already:

git clone https://github.com/node-red/node-red.github.io

Then run jekyll:

cd node-red.github.io
jekyll serve -w

Once the site is built and running you can preview it at http://127.0.0.1:4000/.

Clone this wiki locally