Same as the PrestaShop project, you need at least NodeJS 20.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 welcome contributions! Please refer to the Oregano contributing guide for guidelines.
The CI pipeline runs the following checks:
- Stylelint for CSS/SCSS
- ESLint for JavaScript
- TypeScript type checks
This theme is released under the GNU Affero General Public License v3.0 (AGPL-3.0)