Skip to content

Commit a5f8b8a

Browse files
authored
Merge pull request #6085 from continuedev/vite-install-note
Update contributing: add note to install vite
2 parents 20d325d + 1f7a80e commit a5f8b8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,12 @@ version of Node.js for this project by running the following command in the root
123123
nvm use
124124
```
125125

126+
Then, install Vite globally
127+
128+
```bash
129+
npm i -g vite
130+
```
131+
126132
#### Fork the Continue Repository
127133

128134
1. Go to the [Continue GitHub repository](https://github.com/continuedev/continue) and fork it to your GitHub account.

0 commit comments

Comments
 (0)