1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22# Next.js Playground This playground is used by the DX team to explore, test, and demo new Next.js features. It serves as a starting point for writing documentation and helps us understand features, identify bugs, and provide feedback to the Next.js team. ## Running Locally 1. Install dependencies: ```sh pnpm install ``` 2. Start the dev server: ```sh pnpm dev ``` ## Documentation https://nextjs.org/docs