⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
changed 'navigate to project root directory' to 'navigate to docs subdirectory'
It seems like the process has changed, since you can't run npm from the root directory, there's no package.json there. So I updated the instructions to start from the 'doc' subdir.
Added 'npm install' to instructions
This is required for new installs, right?
package.json
Changed npm start script to use double quotes for Windows compatibility
'nodemon' has some limitations using --exec on windows. Double quotes are required for Windows users.
Checklist
[x] The base branch of this PR is dev, rather than main
[x] The relevant docs, if any, have been updated or created
Testing
Viewed CONTRIBUTING doc in browser on my fork.
Tested 'npm run start' in Windows 11 and MacOS Sonoma environments.
Follow the instructions in the updated doc to test:
Open your terminal and navigate to the docs subdirectory of the project. The docusaurus.config.js file you'll see there is a sign you're in the right place.
Run the following command to install the necessary dependencies for the documentation server:
npm install
Run the following command to start the documentation server:
Description
CONTRIBUTING.md
It seems like the process has changed, since you can't run npm from the root directory, there's no package.json there. So I updated the instructions to start from the 'doc' subdir.
This is required for new installs, right?
package.json
'nodemon' has some limitations using --exec on windows. Double quotes are required for Windows users.
Checklist
dev
, rather thanmain
Testing
Follow the instructions in the updated doc to test:
Open your terminal and navigate to the
docs
subdirectory of the project. Thedocusaurus.config.js
file you'll see there is a sign you're in the right place.Run the following command to install the necessary dependencies for the documentation server:
Run the following command to start the documentation server: