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.
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
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.
Please refer to the contributing guide
The CI runs contain stylelint, eslint, TypeScript type checks.
When develop is merged into master, the Storybook is delivered almost instantly to his public link using a Github Pages.
This theme is released under the Academic Free License 3.0