An open API service indexing awesome lists of open source software.

https://github.com/pspdfkit/pspdfkit-web-example-nextjs


https://github.com/pspdfkit/pspdfkit-web-example-nextjs

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

> ⚠️ **Repository Moved**
> This repository has been moved to https://github.com/PSPDFKit/nutrient-web-examples/tree/main/examples/nextjs.
> Please update your bookmarks and issues accordingly.
>
> This repo is now archived and will no longer receive updates.

# Nutrient Web SDK Example – Next.js

This example shows how to integrate [Nutrient Web SDK](https://www.nutrient.io/sdk/web/) into a [Next.js](https://nextjs.org) app.

## Prerequisites

- [Node.js](http://nodejs.org/)

## Support, Issues and License Questions

PSPDFKit offers support for customers with an active SDK license via https://www.nutrient.io/support/request/

Are you [evaluating our SDK](https://www.nutrient.io/try/)? 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/

## Getting Started

Clone the repo:

```bash
git clone https://github.com/PSPDFKit/pspdfkit-web-example-nextjs.git
cd pspdfkit-web-example-nextjs
```

Install the project dependencies:

yarn:

```bash
yarn
```

npm:

```shell script
npm install
```

## Running the Example

We are ready to launch the app! 🎉

yarn:

```bash
yarn dev
```

npm:

```shell script
npm run dev
```

You can now open http://localhost:3000 in your browser and enjoy!

## License

This software is licensed under a [modified BSD license](LICENSE).

## Contributing

Please ensure
[you have signed our CLA](https://www.nutrient.io/guides/web/current/miscellaneous/contributing/) so that we can accept your contributions.