Skip to content

PrestaShop/open-source

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Hello,

Build

This repository aims to improve the overall maturity of the PrestaShop open source project.

It contains:

Rendering the site locally

  1. Clone the repository somewhere on your system:
    git clone --recurse-submodules https://github.com/PrestaShop/open-source.git
    

Note normal cloning will not work. You must recurse the submodules or hugo will not understand shortcodes and you will see errors such as: failed to extract shortcode: template for shortcode "children" not found

  1. Switch to the open-source directory:

    cd open-source
    
  2. Install Hugo (optional if already installed):

    ./bin/installHugo.sh
    
  3. Launch Hugo:

    hugo server