From 5178209b3b11d651e6542b24d927124cd83f1ac6 Mon Sep 17 00:00:00 2001 From: Slava <20563034+veaceslavdoina@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:47:47 +0300 Subject: [PATCH] Add install dependencies step (#19) --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 967f88f..6f6b482 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,12 @@ cd codex-docs ``` - 3. Start a local dev server with instant hot updates + 3. Install dependencies + ```shell + npm install + ``` + + 4. Start a local dev server with instant hot updates ```shell # Local npm run docs:dev @@ -48,7 +53,7 @@ npm run docs:dev -- --host ``` - 4. [Build the site](https://vitepress.dev/guide/deploy) + 5. [Build the site](https://vitepress.dev/guide/deploy) ```shell npm run docs:build