Skip to content

Commit

Permalink
update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
codervivek5 committed Jun 6, 2024
1 parent ca1957f commit 07b156b
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Front-with-React/VigyBag/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,18 @@ Currently, two official plugins are available:

- [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/README.md) uses [Babel](https://babeljs.io/) for Fast Refresh
- [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) uses [SWC](https://swc.rs/) for Fast Refresh



#GitHub Access Token for showing the team members
- make a .env file at root directory
- add github access token, add this line [ VITE_GITHUB_TOKEN="YOUR_TOKEN_HERE" ]

### How to get access token

## Generate a Personal Access Token (PAT):

- Go to your GitHub account settings.
- Navigate to the "Developer settings" > "Personal access tokens" section.
- Click on "Generate new token" and follow the prompts to create a new token.
- Make sure to select the appropriate scopes based on the permissions your application requires. For fetching public data, the public_repo scope should be sufficient

0 comments on commit 07b156b

Please sign in to comment.