Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 352 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 352 Bytes

puku0x.dev

  • Angular v13
  • Scully v12
  • ESLint v8 + angular-eslint v13
  • Jest v27
  • Cypress v9
  • Workbox v6

Install

npm ci

Development

npm start

Build

npm run build

Prerender

npm run scully -- --prod --RSD

Running unit tests

npm test

Running end-to-end tests

npm run e2e