Front-end for the penda project.
Having node
installed, run npm install
to install the packages that this project requires. Additionally, you can also install the packages
for the mock-server via npm run install:mock-server
.
Choose in which manner you'd like to interact with quill through the following instructions. The app will automatically reload if you change any of the source files.
Run npm run start:mock
to start quill on a dev server at http://localhost:4200/
and then
run npm run start:mock-server
to start a mock server in a NodeJS environment. More information on the
latter can be found in its README.
Run npm run start:prod
to start a dev server at http://localhost:4200/
which will also be automatically
connected to the remote production server. Use this only if needed.
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 npx cypress open
or npx cypress run
to execute Cypress tests.
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.
Throughout the development of this project we've received significant help from various contributors related to a wide range of aspects. We'd like to express our gratitude in the following alphabetical list. Note to contributors, before finalizing your first MR, add yourself! The format is username [(firstname lastname)] - role/contribution, in which the actual name is obviously optional.
- AndersonCeci (Anderson Ceci) - developer
- AndiBraimllari (Andi Braimllari) - core developer
- Jeongseulho - developer
- Kledis98 (Kledis Myrtollari) - developer
- vaqueraoscar0 (Oscar Vaquera) - developer
- Tonny Kimanthi - Web developer
To get started with contributing, simply create an issue if there's a concern to be addressed, or a pull request if there are changes you'd like to make.
To get more help on the Angular CLI use ng help
or go check out
the Angular CLI Overview and Command Reference page.