Hello,
This repository aims to improve the overall maturity of the PrestaShop open source project.
It contains:
- source code and content for www.prestashop-project.org
- materials about the open source project evolution
Rendering the site locally
- 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
-
Switch to the
open-source
directory:cd open-source
-
Install Hugo (optional if already installed):
./bin/installHugo.sh
-
Launch Hugo:
hugo server