From 6ebc4d87c543a62662872ac5df4e34dd15eec560 Mon Sep 17 00:00:00 2001 From: Alexander Medvedev Date: Sun, 22 Dec 2024 20:18:40 +0100 Subject: [PATCH] Update README --- .github/workflows/{docs.yml => deploy.yml} | 0 README.md | 5 ++--- 2 files changed, 2 insertions(+), 3 deletions(-) rename .github/workflows/{docs.yml => deploy.yml} (100%) diff --git a/.github/workflows/docs.yml b/.github/workflows/deploy.yml similarity index 100% rename from .github/workflows/docs.yml rename to .github/workflows/deploy.yml diff --git a/README.md b/README.md index 05ad4ca..3730bef 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,10 @@ #### Install - **Node.js** >= 23 -1. Install [VitePress](https://vitepress.dev/) using `npm add -D vitepress` -2. Install [Vue](https://vuejs.org/) using `npm add -D vue` +1. Install dependencies using `npm ci` #### Run 1. First build the static pages using VitePress by running `npm run docs:build` 2. You can then can preview the site using `npm run docs:preview` -**Note:** Changes to your documentation files will only be reflected after rebuilding the static pages +**Note:** Changes to your documentation files will only be reflected after rebuilding the static pages \ No newline at end of file