Skip to content

Welcome on the repository of the help center of the SFCC connector for Akeneo PIM

Notifications You must be signed in to change notification settings

christian-bouyssi/sfcc-helpcenter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akeneo Connector for SFCC help center

This repository holds the sources of the Akeneo Connector for SFCC help center, made by hand with love.

Install/preview the help center

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

To run the help center locally, once Node and gulp-cli installed, run in your root folder after cloning/downloading the help center 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.

About

Welcome on the repository of the help center of the SFCC connector for Akeneo PIM

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.3%
  • JavaScript 38.0%
  • HTML 18.7%