Skip to content

Application Setup

Richard edited this page May 15, 2024 · 1 revision

Application Setup

Getting Started

  git clone --single-branch --branch develop
  https://github.com/LetsGetTechnical/gridiron-survivor.git

Install the required packages with pnpm (NOT npm or yarn!)

pnpm install

Create a new branch for whatever you’re working on in the format firstname/feature-description, then check out your new branch. For example:

  git branch richard/user-picks-page && git checkout richard/user-picks-page

Code your feature! 🤓