-
Notifications
You must be signed in to change notification settings - Fork 263
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
Added the instructions to setup working environment #72
Conversation
Thanks for opening this pull request! |
SETUP WORKING ENVIRONMENT.md
Outdated
- ***Firstly install Node on your machine, [click here](https://nodejs.org/en/).*** | ||
-***To check that Node has successfully installed, run the following command in Terminal. This will display the version of Node installed.*** | ||
|
||
```js |
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.
It's shell code, not JS code.
```js ❌
```bash ✅
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.
I had changed the code ...
Review it please
I had updated the changes needed.
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.
Good job @vngarg 👏
Thank You |
@vngarg I can't merge. PR has conflicts, please resolve it. |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
@vinitshahdeo I had removed the conflicts ... |
There were the following issues with this Pull Request
You may need to change the commit messages to comply with the repository contributing guidelines. 🤖 This comment was generated by commitlint[bot]. Please report issues here. Happy coding! |
src/home.html
Outdated
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script> | ||
<script type="text/javascript" src="lib/createWaterBall-jquery.js"></script> | ||
<script> | ||
|
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.
@vngarg The PR should be issue-specific, I can see the changes for another issue (animation) here. Please remove the changes or create a fresh branch and raise a new PR.
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.
Ok sir, I'll fix this ...
Also, please review my another PR for the animation #128
@vinitshahdeo I had removed the changes from home.html... |
@vngarg please resolve the conflicts in |
@vinitshahdeo I had resolved the conflicts in the file... |
@vinitshahdeo Please review the PR |
Congrats on merging your first pull request! 🙌🎉⚡️ |
Description
I had added a folder named SETUP WORKING ENVIRONMENT.md
It contains all the relevant details required to install Node and React on our Local Machine.
Issue #57 has been fixed.