There are the following NPM tasks (in themes/repair-cafe/) to generate the CSS/JS assets
- Compile CSS/JS assets for development:
npm run dev
- Compile CSS/JS assets for production (incl. minify):
npm run prod
Please setup your IDE / editor to apply the .editorconfig
file in the root of this project
- Install the
EditorConfig
plugin:PhpStorm > Preferences > Plugins
- Enable EditorConfig support:
PhpStorm > Preferences > Editor > Code Style > Enable EditorConfig support
Please follow the following guides and code standards: