Skip to content

Commit

Permalink
refine contributing message
Browse files Browse the repository at this point in the history
  • Loading branch information
octref committed Oct 24, 2024
1 parent 24a4330 commit b5e0f4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"name": "Debug Modus CLI",
"type": "node",
"request": "launch",
"program": "${workspaceFolder}/cli/bin/modus.js"
"program": "${workspaceFolder}/cli/bin/modus.js",
"args": []
}
],
"inputs": [
Expand Down
6 changes: 4 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This package contains the Modus CLI, which is responsible for the Modus local de

## Getting Started

Please refer to the docs at: https://docs.hypermode.com/modus/quickstart
Please refer to the docs at: https://docs.hypermode.com/modus/quickstart

## Contributing

Expand All @@ -15,4 +15,6 @@ npm i
npm run watch
```

Make changes and then run `./bin/modus.js` to test changes.
You can make changes and run `./bin/modus.js` in a terminal to test changes.

Alternatively, you can set breakpoints and use the VS Code debug target `Debug Modus CLI` to launch the terminal to debug issues.

0 comments on commit b5e0f4b

Please sign in to comment.