👉 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.pcss
using PostCSS and a bunch of pluginspnpm run build:icons
: processes any files on/assets/img/icons/*.svg
and creates a spritepnpm run build:pot
: looks for translatable strings on*.twig
files and creates atheme.pot
file
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:styles
if anything changespnpm run watch:icons
: will runpnpm run build:icons
if anything changespnpm run watch:pot
: will runpnpm run build:pot
if anything changes