Prestashop Community module
Adds community tools like GitHub top contributors in the back-office (Wall of Fame).
For developers, after cloning this repository in /modules folder, launch this commands:
# /modules/pscommunity
composer install --no-dev
# At the root of your PrestaShop project
composer dump-autoloadThen run these commands in the vue-app folder:
# /modules/pscommunity/vue-app
# Using Node 20
pnpm install
pnpm buildThis will build the Vue app in the views/js/vue folder.