- perform
npm install
npm run start
Images are optimized for web via lint-staged script
For older image folders without webP files you can perform npm run generateWebPs
to generate those optimised images foler wise. just follow the questions asked in the CLI.
To be able to do so cwebp has to be installed
(For example via Homebrew: brew install webp
).