⚠️ Repository Moved
This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/gatsbyjs.
Please update your bookmarks and issues accordingly.This repo is now archived and will no longer receive updates.
This example shows how to integrate Nutrient Web SDK into a GatsbyJS project.
Nutrient offers support for customers with an active SDK license via https://www.nutrient.io/support/request/
Are you evaluating our SDK? That's great, we're happy to help out! To make sure this is fast, please use a work email and have someone from your company fill out our sales form: https://www.nutrient.io/sales/
Clone the repo:
git clone https://github.com/PSPDFKit/pspdfkit-web-example-gatsbyjs.git
cd pspdfkit-web-example-gatsbyjs
Install the project dependencies:
npm install
We are ready to launch the app! 🎉
To run the app in development mode:
npm run start
To create a production build of the app and serve it:
npm run build
nom run serve
Enjoy 🍕
In order to make the example work, the Nutrient assets need to be copied from their original location in ./node_modules/@nutrient-sdk/viewer/dist
to ./static
. This is done automatically from a postinstall script in located in ./scripts/copy-nutrient-files.js
.
In case copying the files fails, you can copy them manually:
- Copy
./node_modules/@nutrient-sdk/viewer/dist/nutrient-viewer.js
to./static/nutrient-viewer.js
. - Copy
./node_modules/@nutrient-sdk/viewer/dist/nutrient-viewer-lib/
to./static/nutrient-viewer-lib/
.
That's it!
This software is licensed under a modified BSD license.
Please ensure you have signed our CLA so that we can accept your contributions.