This project uses Husky to add a pre-commit hook, that runs the linter
If you want to commit without running the hook, add --no-verify.
you may need to run husky install
during setup
yarn husky install
or
npx husky install
Angular based frontend for the codetekt website.
This project was generated with Angular CLI. Interfaces to AWS backend services are handled by the AWS Amplify Framework.
Run ng build
to build the project. The build artifacts will be stored in the dist/
directory. Use the --prod
flag for a production build.
Run ng test
to execute the unit tests via Jest.
Run ng e2e
to execute the end-to-end tests via Cypress.
Run ng lint
to run linting via ESLint.
yarn test -b
yarn test --test-path-pattern=/src/app/archive/components/archive/archive.component.spec.ts
Copyright 2021, codetekt e.V.
Licensed under AGPLv3.