Skip to content

chingu-voyages/v8-bears-team-02

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Stack Overflow Clone

Installing Client

  1. Clone Repo
  2. cd v8-bears-team-02/client
  3. install dependencies npm install
  4. run the server npm start

Installing Server

  1. Clone Repo
  2. cd v8-bears-team-02/server
  3. install dependencies npm install
  4. run the server npm start

Git Workflow

  1. Clone the repo git clone {address}
  2. Checkout the development branch git checkout dev
  3. Create your own branch git checkout -b {new feature branch name}
  4. Make your changes to the files
  5. Add and commit changes to your branch
  6. push changes to your branch git push origin {branch name}
  7. Create a pull request from your branch to the development branch
  8. Repeat

Note: Remember to update the dev branch before creating your own branch. git checkout dev ,then git pull

About

Add-project-description-here | Voyage-8 | https://chingu.io/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •