Use locally-installed Gulp over globally-installed one

Tim van der Meij 2024-05-31 15:43:23 +02:00
parent 76826136ae
commit 3c65fb0d6e

@ -9,7 +9,7 @@ The minimum requirements are Git and Node.js.
### Using Node.js
- Run `cd pdf.js`.
- Run `gulp server`.
- Run `npx gulp server`.
- Open a browser and visit `http://localhost:8080/web/viewer.html`.
### Using another server