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