/thewordguessgameUI

Primary LanguageJavaScriptBSD Zero Clause License0BSD

Gatsby

The Word Guess Game UI

The word guess game front end

🚀 Quick start

  1. Clone this front end repo.

    # clone the front end repo on your local machine
    git clone this repository
  2. Start developing.

    Navigate into your new site’s directory and install the node dependencies.

    cd thewordguessgameUI/
    npm install
  3. Start developing.

    Start it up.

    npm start

Branching process

  • Master is a 🔒protected branch🔒. This means we need at least 1 approval before we merge into our master branch. (having the master branch protected helps so we know for sure what is going into master, and noone can accidentally push code to it and break our site)
  • Develop will be the branch we create branches off of. Develop will be merged into master at the end of every day.
  • This screenshot 👇 illustrates this process
  • Feature A and Feature B are branches where we code our tasks. Once finished with making your edits, we merge that branch into develop. At the end of everyday, develop gets merged into master.
  • Then develop is updated with the latest version of master, and the process happens all over again.

screenshot