Install the project's dependencies.
npm installStart a local development server.
npm startCreate a 48×48 px favicon out of an SVG file:
magick -background none -density 48x48 icon.svg favicon.icoRun the following package script:
npm run build:vinyl-collection-dataCommit any changed files resulting from this step.
Push updates to the project's default branch. This will trigger a GitHub action deploying the site.