# Recreating the Zammad SVG Icon Store ``` $ pnpm install $ pnpm exec gulp build [14:08:17] Using gulpfile zammad/public/assets/images/gulpfile.js [14:08:17] Starting 'build'... [14:08:17] Finished 'build' after 7.48 ms ``` # Development Mode This is useful when developing. Gulp will watch the files for changes and start rebuilds automatically. ``` pnpm exec gulp [14:14:46] Using gulpfile ~/wz/zammad/public/assets/image/gulpfile.js [14:14:46] Starting 'default'... ```