Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 275 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 275 Bytes

kleinfreund.de

Prerequisites

npm install

Development

npm start

Production

npm run build

Generate favicon

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

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