Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.04 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.04 KB

Gitpod ready-to-code

insektensommerkarte

FTP connection

ncftp -u $FTP_USER -p $FTP_PASSWORD $FTP_SERVER
ncftp -u $FTP_USER -p $FTP_PASSWORD ftp://$FTP_SERVER/insektensommer

crc32 - compute CRC-32 checksums for the given files

crc32 dist/*

Size Limit: Make the Web lighter

yarn run size
npx size-limit --why

upgrade all the packages in your package.json

yarn upgrade --latest