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
The Dashboard will be updated when tasks are completed and a status has changed.
Follow the work on the Kanban: https://github.com/PrestaShop/open-source/projects/1
Link to the presentation with the details (part of the content is in french and will be translated).
-
Clone the repository somewhere on your system:
git clone --recurse-submodules https://github.com/PrestaShop/open-source.git
-
Switch to the
open-source
directory:cd open-source
-
Install Hugo (optional if already installed):
./bin/installHugo.sh
-
Launch Hugo:
hugo server