mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
703 B
Executable File
703 B
Executable File
Nuxt Docs Website
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.
Setup
Install dependencies in the root of the nuxt
folder:
pnpm i
Then stub the dependencies:
pnpm build:stub
Development
In the root of the nuxt
folder, run:
pnpm docs:dev
Then 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.