install node modules
yarn
copy .env.sample and paste as .env
edit .env file
name= \\Enter Your Github Name
email= \\Enter Your Github Email
token= \\Enter Your Github Personal Access Token
Make Personal Access token with full-control, no-expiration
Copy token and paste it in .env file
npm start
Enter github repository you want to clone