This project contains the frontend application of the ONVP website. In association with the ONVP Backend, it provides the capabilities of the website for the ONVP. You are more than welcome to use this code for your own use, as long as you apply the terms of the license as described in the COPYING.md file (AGPL).
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. Note that you require a proxy server running the ONVP
backend application and provide it on the port as specified by the src/proxy.conf.json
file.
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.
ONVP Frontend - Frontend of the ONVP website
Copyright (c) 2024. Sjoerd van Leent
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as
published by the Free Software Foundation, either version 3 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>.