⚠️ Repository Moved
This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/elm.
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 an Elm app.
- Node.js
- A Nutrient Web SDK license. If you don't already have one you can request a free trial here.
PSPDFKit 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-elm.git
cd pspdfkit-web-example-elm
Install the project dependencies with npm
:
npm install
Now that everything is installed we need to configure the app to use our Nutrient Web SDK license key.
Edit ./config/license-key
and replace the string YOUR_LICENSE_KEY_GOES_HERE
with the license key that you received via e-mail.
We are ready to launch the app! 🎉
npm run start
You can now open http://localhost:8080 in your browser and enjoy!
This software is licensed under a modified BSD license.
Please ensure you have signed our CLA so that we can accept your contributions.