Click on fork in the top left corner of your screen. Clone the repo you have been redirected to
git clone url_redirected_to
If you use yarn then run
yarn install
and if you use npm delete yarn.lock and run
npm install
git checkout -b new-feature
If you are using yarn then run
yarn dev
and if you using npm run
npm run dev