Username: Your Github username
Token: Personal Access Token(PAT) of Github (If you don't have PAT, then you can follow the guide below to generate it.)
-
Visit https://github.com/ , then sign in to your account.
-
Click on
settings.
- Navigate to
Developer Settings > Personal access Tokensand click onGenerate new token.
- Then add a reference title to your PAT in
Notefield and select scopes according to your use case. - Click
Generate Token. - Hurrah! PAT is now generated and don't forget to save that PAT in some secure file, as you will not be able to access that PAT afterwards.
Please install nvm on your system before running this project
Node version : v16.8.0
Npm version : 7.21.0
Base setup
nvm use
npm i
For local development
npm start
For production build
npm run build



