The final site is live at matteo-dinoia.github.io/unito-questions-sas
You can contribute by adding question which is done by editing the src/app/core/consts/mocks/questions.const.ts file.
You can also add images which must be stored in src/assets/img/questions folder.
To do so you need to fork the project modify what you need to modify and then open a merge request of your changes.
This project was generated with Angular CLI.
To do so you need to fork the project modify what you need to modify and then open a merge request of your changes.
Run make dev
which run ng serve
for a dev server. Navigate to http://localhost:4200/
. The app will automatically reload if you change any of the source files.
Run make release
to build the project. The build artifacts will be stored in the dist/
directory and then copied in the docs folder that is used to hosting using github pages.
Run make test
which run ng test
to execute the unit tests via Karma.