# Contribute * Clone the project ``` git clone https://github.com/viktorhajer/simple-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