Core utilities shared by different sozialhelden projects.
Install dependencies:
npm ciRun tests:
npm run testBuild a production version:
npm run buildRun linter/formatters:
# Run linter
npm run lint
# Run linter and automatically fix fixable issues
npm run lint:fix
# Run formatter
npm run format
# Run formatter and automatically fix fixable issues
npm run format:fix
# Run typecheck
npm run typecheckMIT