This is a temporary directory until we open source the repository for nuxt.com.
The goal is to simplify the contribution in the meantine to the documentation by having the possibility to preview the changes locally.
Install dependencies in the root of the nuxt folder:
pnpm iThen stub the dependencies:
pnpm build:stubIn the root of the nuxt folder, run:
pnpm docs:devThen open http://localhost:3000 with your browser to see the result.
Update the documentation within the docs folder.
For a detailed explanation of how things work, check out Docus.