My personal logo
npm install
npm run build
npm start
Create folders and copy files to ./dist
directory
npm run dir
Use ./src/logo/*.svg
images to create alternative colors.
Put the result in ./dist/logo/colors/*.svg
.
npm run colorize
Generate favicons at the root of the ./dist
.
Copy html files from ./src/*.html
to ./dist
and inject favicons markup.
npm run favicon
Compile less
to css
npm run less
Run local server and watch files...
npm run dev