This proof of concept (POC) demonstrates a signing demo using PSPDFKit. Admin can select the signee from the context menu of the sign field.
To use this signing demo, follow the steps below:
- Clone this repository to your local machine.
- Navigate to the project directory.
- Install the necessary dependencies by running the command
npm install. - Copy the required assets by running
npm run copy-assets. - Start the application with
npm run start.
Once the application is running, you can explore the signing demo by selecting the signee from the context menu of the sign field.
Happy signing!