diff --git a/contributing/examples/run-example-apps.md b/contributing/examples/run-example-apps.md index c1cf17c952225..b6fcb521f9c58 100644 --- a/contributing/examples/run-example-apps.md +++ b/contributing/examples/run-example-apps.md @@ -6,6 +6,8 @@ Running examples can be done with: pnpm next-with-deps ./examples/basic-css/ ``` +> Before running any of the examples, you need to install dependencies via `pnpm install` and build the repository packages by running `pnpm build` in the root directory. + To figure out which pages are available for the given example, you can run: ```sh