Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 287 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (19 loc) · 287 Bytes

Contribute

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

  • Create pull request