-
Notifications
You must be signed in to change notification settings - Fork 1
Application Setup
Richard edited this page May 15, 2024
·
1 revision
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! 🤓