Skip to content

Latest commit

 

History

History
37 lines (23 loc) · 565 Bytes

README.md

File metadata and controls

37 lines (23 loc) · 565 Bytes

kleinfreund.de

Development

Install the project's dependencies.

npm install

Start a local development server.

npm start

Generate favicon

Create a 48×48 px favicon out of an SVG file:

magick -background none -density 48x48 icon.svg favicon.ico

Update vinyl collection

Run the following package script:

npm run build:vinyl-collection-data

Commit any changed files resulting from this step.

Deploy

Push updates to the project's default branch. This will trigger a GitHub action deploying the site.