This project was generated with Angular CLI version 15.2.6.
This project is managed by using GitHub issues to log bugs and features for the site. Development is completed in feature branches that are branched from develop, which are branched from main. CI/CD has been implemented with GitHub Actions to deploy the staging site when automatically when develop is merged to, and to the production site when main is merged to.
This project is built in Angular with LESS for styling. The website is hosted on HostKoala.
Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.
Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.
Run ng build to build the project. The build artifacts will be stored in the dist/ directory.
Run ng test to execute the unit tests via Karma.
Run ng e2e to execute the end-to-end tests via a platform of your choice. To use this command, you need to first add a package that implements end-to-end testing capabilities.
To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.