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
If you see a step below that could be improved (or is outdated), please update the instructions. We rarely go through this process ourselves, so your fresh pair of eyes and your recent experience with it, makes you the best candidate to improve them for other users. Thank you!
Development
Prerequisite
Install
We recommend cloning the repository in a folder dedicated to opencollective projects.
git clone git@github.com:opencollective/opencollective-pdf.git opencollective/pdf
cd opencollective/pdf
npm install
Start
To start the service:
npm run dev
Usage with frontend
If you use this service through local frontend, you will need to add PDF_SERVICE_URL=https://localhost:3002 line to .env. You're ready to go - frontend will pass your authorization token directly to the app.
However this is not practical to develop, you should only use it to debug the
bridge between the two services.
Calling URLs directly
This method can be usefull to debug staging or production invoices, or to work
with you local development data. It is also the best way if you need to make changes to
the graphql queries.
The easier to make it work is to go to /:userSlug/admin/for-developers on the frontend,
generate a personal token, and to add ?personalToken=your_key_here to all your requests.