👉 https://distributeddesign.eu/
Just fork this repository, run pnpm to install all of the dependencies and you should be ready to go.
Will run all of the following tasks sequentially:
pnpm run build:styles: processesmain.pcssusing PostCSS and a bunch of pluginspnpm run build:icons: processes any files on/assets/img/icons/*.svgand creates a spritepnpm run build:pot: looks for translatable strings on*.twigfiles and creates atheme.potfile
Will watch all of the paths and config files and run the necessary tasks when anything changes:
pnpm run watch:styles: will runpnpm run build:stylesif anything changespnpm run watch:icons: will runpnpm run build:iconsif anything changespnpm run watch:pot: will runpnpm run build:potif anything changes