# Contribute 1. Clone the project ``` git clone https://github.com/VadimDez/ng2-pdf-viewer.git ``` 2. Install dependencies ``` npm install ``` 3. Run the project ``` npm start ``` 4. then open in browser ``` http://localhost:4200/ ``` 5. Make changes under `src/`. - Use [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) when writing commit messages 6. Create pull request # License By contributing, you agree that your contributions will be licensed under its MIT License.