Skip to content

Install or preview the help center

Nolwenn Poirier edited this page Mar 27, 2018 · 1 revision

First, you will need Node as well as Gulp-cli.

Then you can run the following commands in your terminal where these sources are:

sudo npm install --global n
sudo n 7.2.0
npm install
sudo npm install --global gulp-cli

Run locally

Once Node and gulp-cli installed, run in your root folder after cloning/downloading the Helpcenter sources:

npm install

gulp serve

The help center website is then available on localhost:8000. Files located in the content and src directories are watched for changes, so when developing or writing new articles you do not need to launch any other task.