Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
harilvfs authored Dec 31, 2024
1 parent efe0c7f commit 3acd4e2
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ This is the official documentation for [`Carch Project`](https://github.com/hari

</div>

*Assuming you already have all the usual Node.js dependencies (e.g., Node.js, NVM)*

#### 🛠️ Clone Repository

```sh
Expand All @@ -41,6 +43,15 @@ cd docs

<br>

#### 📦 Initialize with npm

```bash
cd <clone dir>
npm add -D vitepress
```

<br>

#### 🏗️ Build
*To generate the static documentation files:*

Expand Down

0 comments on commit 3acd4e2

Please sign in to comment.