Make piano game completed with adding functionality
- Game
- HTML
- CSS
- JavaScript
- functionality
- Pull Requests
- Design
For the quick start, you can follow the steps below:
git clone [email protected]:mitalrs/Piano-Game-Project.git
- Navigate to the project directory.
cd Piano-Game-Project
- Create a new branch.
git checkout -b <your_branch_name>
Run the following command to install the required dependencies.
-
Add a changes was you assigned on to it.
-
Stage your changes and commit
git add -a
git commit -m "<your_commit_message>"
- Push your local commits to the remote repo.
git push -u origin <your_branch_name>
-
Create a Pull-Request to
main
. -
Wait for merge!!
- solve issue they assigned you
- Also add your name into CONTRIBUTING.md