Skip to content

Commit

Permalink
Merge branch 'main' into sse_docs
Browse files Browse the repository at this point in the history
Signed-off-by: Animesh Pathak <[email protected]>
  • Loading branch information
Sonichigo authored Aug 19, 2024
2 parents 8868e36 + fbf713b commit db71745
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions versioned_docs/version-2.0.0/keploy-explained/docs-dev-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,12 @@ npm start

or

```shell
npm start
```

or

```shell
yarn start
```
Expand All @@ -51,6 +57,7 @@ The command starts a local development server and opens a browser window.

**Note: The website has been migrated to use `npm` for building, testing, and deploying.**


Steps 1 to 3 are the same for both `yarn` and `npm`

1. Fork the repository
Expand Down Expand Up @@ -87,8 +94,7 @@ npm start
npm prettier --write '**/*.{js,md}'
```


### Using `yarn` (Legacy)
### Using `yarn` (Legacy)

4. Install all the dependencies

Expand Down

0 comments on commit db71745

Please sign in to comment.