From d317b576a295cb28ac8b5034b0da5afc6e8f55af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vi=C3=B0ar?= Date: Tue, 8 Mar 2022 10:27:39 +0100 Subject: [PATCH] docs: add stub instruction to docs README section (#3551) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a4e8bed99c..d703bee028 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ We are using [Docus](https://nuxtlabs.com/docus) for documentation (*It is plann We recommend to install the [Docus extension](https://marketplace.visualstudio.com/items?itemName=NuxtLabs.docus) for VS Code. +- Run `npx yarn stub` once in the root directory - Go into the docs directory: `cd docs` - Install docs dependencies with `npx yarn install` - Run `npx yarn dev` to start Docus in development mode