You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### You can see the demo [here](https://pspdfkit-labs.github.io/pdfjs-web-example-jquery/)!
3
+
##Getting Started
4
4
5
-
Accompanying blog post: [How to Build a jQuery PDF Viewer with PDF.js](https://pspdfkit.com/blog/2021/how-to-build-a-jquery-pdf-viewer-with-pdfjs/)
5
+
This repository is an example of how to build a jQuery PDF viewer with PDF.js. Check out the related [blog post](https://pspdfkit.com/blog/2021/how-to-build-a-jquery-pdf-viewer-with-pdfjs/) and [demo](https://pspdfkit-labs.github.io/pdfjs-web-example-jquery/)!
6
+
7
+
## Running the Example
8
+
9
+
1. Install the `serve` package:
10
+
11
+
```bash
12
+
npm install --global serve
13
+
```
14
+
15
+
2. Serve the contents of the current directory:
16
+
17
+
```bash
18
+
serve -l 8080 .
19
+
```
20
+
21
+
3. Navigate to http://localhost:8080 to view the website.
22
+
23
+
## Contributing
24
+
25
+
Please ensure [you have signed our CLA](https://pspdfkit.com/guides/web/current/miscellaneous/contributing/) so that we can accept your contributions.
0 commit comments