Skip to content

sneko/hummingbird

Repository files navigation

PrestaShop 8.0

This theme is the new theme of PrestaShop. Please, if you work on this theme, use the develop branch of PrestaShop, because this theme will be available on 8.0

How to build assets

Same as the PrestaShop project, you need NodeJS 14.x and NPM 7 in order to build the project.

First you need to install every node module:

npm i

then create a .env file inside the webpack folder by copying webpack/.env-example and complete it with your environment's informations. Please use a free tcp port.

then build assets:

npm run build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Smarty 52.3%
  • TypeScript 16.2%
  • HTML 11.4%
  • SCSS 11.0%
  • PHP 3.9%
  • MDX 3.3%
  • Other 1.9%