This project was generated using Angular CLI version 19.0.6.
To start a local development server, run:
ng serve
Once the server is running, open your browser and navigate to http://localhost:4200/
. The application will automatically reload whenever you modify any of the source files.
To build the project run:
ng build
This will compile your project and store the build artifacts in the dist/
directory. By default, the production build optimizes your application for performance and speed.
To execute unit tests with the Karma test runner, use the following command:
ng test
Github APIs are rate limited without authentication. We can update the ghp token in the token parameter in - src/assets/configuration.json
, which will be used for authentication.