Skip to content

Commit ec35e39

Browse files
committed
edit readme
1 parent c0d9884 commit ec35e39

File tree

1 file changed

+23
-3
lines changed

1 file changed

+23
-3
lines changed

Diff for: README.md

+23-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
1-
# PDF.js Web Example with jQuery
1+
## PDF.js Web Example jQuery
22

3-
### You can see the demo [here](https://pspdfkit-labs.github.io/pdfjs-web-example-jquery/)!
3+
## Getting Started
44

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

Comments
 (0)