Skip to content

kleinfreund/kleinfreund.de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

86b3099 · Dec 21, 2024
Nov 16, 2024
Nov 16, 2024
Dec 21, 2024
Oct 3, 2024
Oct 16, 2022
Nov 17, 2024
Nov 16, 2024
Jan 21, 2024
Nov 16, 2024
Nov 17, 2024
Dec 17, 2024
Dec 17, 2024

Repository files navigation

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.