### Install Project Dependencies - Bash Source: https://github.com/quaid5050/lexical-playground-nextjs/blob/main/README.md Clones the specified GitHub repository, changes the current directory to the project folder, and installs the project's dependencies using Yarn. ```Bash git clone https://github.com/quaid5050/lexical-playground-nextjs.git cd lexical-playground-nextjs yarn install ``` -------------------------------- ### Run Development Server - Bash Source: https://github.com/quaid5050/lexical-playground-nextjs/blob/main/README.md Starts the Next.js development server for the project. This command typically launches the application locally, often accessible via a web browser at http://localhost:3000. ```Bash yarn run dev ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.