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 9, 2024
1 parent fe611f6 commit 03ccb4f
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,34 @@

</div>

## Build

```sh
git clone https://github.com/carch-org/docs
cd docs
```

## Npm

```sh
npm run docs:build
```

## Preview

```sh
npm run docs:preview
```

*Then copy the local ip and paste in broswer to see the build*

## Dev Build

```sh
npm run docs:dev
```

*You can see the changes at real time you changes something on docs*

[check]: https://github.com/carch-org/docs/actions/workflows/docs.yml/badge.svg
[link]: https://github.com/carch-org/docs/actions/workflows/docs.yml

0 comments on commit 03ccb4f

Please sign in to comment.