- Open cmd (command line) and enter command "git clone https://github.com/EgorOnufreychuk/omm_playground.git"
- Make сhanges you need
- Then you have two ways to commit ("git add ." - commit all files with one commit or "git add /file path/" to commit each file separately) Personally, I prefer to comment on each file separately, so I will show it way
- Add your changes :
- Create your branch
- Push your branch to repository - "git push --set-upstream origin <branch_name>"
- Your branch was created , your changes was added to your branch !
- Open cmd (command line)
- Clone repository - "git clone https://github.com/EgorOnufreychuk/omm_playground.git"
- Go to root of project and thent to client folder - "cd omm_playground\client"
- Node modules installing - "npm install"
- Launch project - "npm start"