Skip to content

Commit

Permalink
[~] update auxiliary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
yermolim committed Nov 12, 2023
1 parent 87d28f1 commit 173aaff
Show file tree
Hide file tree
Showing 4 changed files with 3,345 additions and 9,868 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,3 +211,12 @@ The other one is to make your own build of PDF.js.
<li><a href="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/nodeca/pako">pako<a></li>
<li><a href="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/uuidjs/uuid">uuid<a></li>
</ul>

## Running the demo

<ul>
<li>Clone the repository to your local machine</li>
<li>(optional) Change the host/port if needed in the 'ls-config.json' file</li>
<li>Run the 'npm run start' command from the project folder</li>
<li>Open the demo page in your web browser</li>
</ul>
2 changes: 1 addition & 1 deletion ls-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"host": "192.168.31.82",
"host": "localhost",
"port": 17000,
"files": [
"./demo/**/*.{html,css,js,json,pdf}"
Expand Down
Loading

0 comments on commit 173aaff

Please sign in to comment.