Skip to content

Latest commit

History

History
30 lines (22 loc) 路 503 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (22 loc) 路 503 Bytes

Contribute

  1. Clone the project
git clone https://github.com/VadimDez/ng2-pdf-viewer.git
  1. Install dependencies
npm install
  1. Run the project
npm start
  1. then open in browser
http://localhost:4200/
  1. Make changes under src/.
  1. Create pull request

License

By contributing, you agree that your contributions will be licensed under its MIT License.