mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 06:38:07 +02:00
Simplifies code contributions by automating the dev setup with gitpod.io
This commit is contained in:
parent
30ef05c161
commit
b21a341332
3 changed files with 26 additions and 0 deletions
|
@ -71,6 +71,12 @@ It is also possible to view all test PDF files on the right side by opening:
|
|||
|
||||
+ http://localhost:8888/test/pdfs/?frame
|
||||
|
||||
## Online setup with a single click
|
||||
|
||||
It's recommended to follow [Getting the Code] above, however you can also use [Gitpod](https://gitpod.io) (a free online VS Code like IDE). With a single click it will launch a ready to use workspace, with all the dependencies pre-installed and the web server running, so that you can start coding straight away.
|
||||
|
||||
[](https://gitpod.io/#https://github.com/mozilla/pdf.js)
|
||||
|
||||
## Building PDF.js
|
||||
|
||||
In order to bundle all `src/` files into two production scripts and build the generic
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue