mirror of
https://github.com/logos-storage/logos-storage-docs.git
synced 2026-01-04 22:33:07 +00:00
Add install dependencies step (#19)
This commit is contained in:
parent
ab218165e3
commit
5178209b3b
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user