diff --git a/docs/5.community/5.framework-contribution.md b/docs/5.community/5.framework-contribution.md index 55df308736..bb95992942 100644 --- a/docs/5.community/5.framework-contribution.md +++ b/docs/5.community/5.framework-contribution.md @@ -131,9 +131,10 @@ git checkout -b my-new-branch The Nuxt documentation is currently deployed within [nuxt/nuxt.com](https://github.com/nuxt/nuxt.com) as a layer. - Run `pnpm build:stub` once in the root directory - - - +- Go into the `.website` directory: `cd .website` +- Install dependencies using `pnpm install` + +- Run `pnpm dev` to start docs in development mode - Before opening a PR, run `pnpm lint:docs:fix` to highlight and resolve any lint issues ::alert