Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,16 +82,20 @@ You can run the documentation server locally using either of the following metho
1. Open your terminal and navigate to the `docs` subdirectory of the project. The `favicon.png` file you'll see
there is a sign you're in the right place.

2. Run the following command to install the necessary dependencies for the documentation server:
2. Install the Mintlify CLI globally :
```bash
npm install -g mint
```

3. Install project dependencies
```bash
npm install
npm install
```

3. Run the following command to start the documentation server:

```bash
npm run dev
mint dev
```

#### Method 2: VS Code Task
Expand Down
Loading