-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updating Dev.md for better readability #381
base: develop
Are you sure you want to change the base?
Conversation
Hi, @meganindya could you please review this pr? |
Hi, @walterbender could you please review this pr? |
|
||
This is a _**TypeScript**_ project that uses _**React**_. You'll just need | ||
_[**Node.js**](https://nodejs.org/en) v16_ and _**npm**_ installed on your development machine. | ||
_[**Node.js**](https://nodejs.org/en) v16_ or higher and _**npm**_ installed on your development machine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should confirm this assertion.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@walterbender, I have tested it on v18 and v20 and it works fine on both.
docs/DEV.md
Outdated
@@ -258,10 +264,3 @@ _keyboard shortcuts_, etc. | |||
_**Visual Studio Code**_ (_**VSCode**_) is currently the most-popular code editor for reasons like | |||
being _lightweight_, _cleaner_, large marketplace of _extensions_, integrated _source control_ | |||
features, _debugger_, _remote explorer_ support, _regular expression_ based find/replace, etc. | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any reason you deleted this section?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@walterbender, I accidentally removed it, i have now reverted the change.
In this pull request, I've updated the dev.md file to enhance its readability. The changes involve improved formatting and better wording in some places. I have also added colons before each command/code block.