Skip to content

DaniilPolishchuk/omm_playground

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

omm-playground

⚠️master branch is protected, so you need to create your branch⚠️

Create your own branch

  1. Open cmd (command line) and enter command "git clone https://github.com/EgorOnufreychuk/omm_playground.git" Alt text
  2. Make сhanges you need
  3. 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
  4. Add your changes :
    1. "git status" to track modified files Alt text
    2. "git add "file path"" and "git commit -m "commit"" to commit every modifed file Alt text
  5. Create your branch
    1. "git checkout -b "<branch_name>"" to create your branch
    2. "git branch" to make sure to create a new branch Alt text
  6. Push your branch to repository - "git push --set-upstream origin <branch_name>" Alt text
  7. Your branch was created , your changes was added to your branch ! Alt text

Launch of the project

⚠️You need to install node.js, if you do not have this program ! (https://nodejs.org/ru/)⚠️

  1. Open cmd (command line)
  2. Clone repository - "git clone https://github.com/EgorOnufreychuk/omm_playground.git" Alt text
  3. Go to root of project and thent to client folder - "cd omm_playground\client" Alt text
  4. Node modules installing - "npm install" Alt text
  5. Launch project - "npm start" Alt text Alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 88.5%
  • HTML 7.4%
  • CSS 2.8%
  • Dockerfile 1.3%