prestashop/hummingbird

Hummingbird theme for develop PrestaShop version

Installs: 360

Dependents: 0

Suggesters: 0

Security: 0

Stars: 77

Watchers: 33

Forks: 73

Open Issues: 80

Language:Smarty

Type:prestashop-theme

dev-develop 2024-05-21 14:43 UTC

This package is auto-updated.

Last update: 2024-05-21 14:43:48 UTC


README

This is a PrestaShop's theme we are working on. Please, if you work on this theme, use the 8.1.x branch of PrestaShop to make sure this theme is compatible with the latest 8.1.x version.

Read more about this theme on the blog.

image

How to build assets

Same as the PrestaShop project, you need at least NodeJS 16.x and NPM 8 in order to build the project.

First you need to install every node module:

npm ci

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

Documentation

We use Storybook as a documentation. As the theme is currently in development, there is a lot of work on documentation. Don't hesitate to add whatever you feel usefull to it.

Contributing

Please refer to the contributing guide

Continuous Integration

The CI runs contain stylelint, eslint, TypeScript type checks.

Continuous Deployment

When develop is merged into master, the Storybook is delivered almost instantly to his public link using a Github Pages.

License

This theme is released under the Academic Free License 3.0