### Install Dependencies with Yarn Source: https://github.com/pspdfkit/pspdfkit-web-example-nextjs/blob/master/Readme.md Command to install project dependencies using the Yarn package manager after navigating into the project directory. ```bash yarn ``` -------------------------------- ### Clone and Navigate Repository Source: https://github.com/pspdfkit/pspdfkit-web-example-nextjs/blob/master/Readme.md Commands to clone the example repository from GitHub and change the current directory into the newly cloned repository folder. ```bash git clone https://github.com/PSPDFKit/pspdfkit-web-example-nextjs.git cd pspdfkit-web-example-nextjs ``` -------------------------------- ### Install Dependencies with npm Source: https://github.com/pspdfkit/pspdfkit-web-example-nextjs/blob/master/Readme.md Command to install project dependencies using the npm package manager after navigating into the project directory. ```shell script npm install ``` -------------------------------- ### Run Development Server with npm Source: https://github.com/pspdfkit/pspdfkit-web-example-nextjs/blob/master/Readme.md Command to start the Next.js development server using npm, typically making the application available at http://localhost:3000. ```shell script npm run dev ``` -------------------------------- ### Run Development Server with Yarn Source: https://github.com/pspdfkit/pspdfkit-web-example-nextjs/blob/master/Readme.md Command to start the Next.js development server using Yarn, typically making the application available at http://localhost:3000. ```bash yarn dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.