- Create Github OAuth app
- Set
Authorization callback URL
to{VITE_BASE_URL}/auth/callback
- Capture
Client ID
andClient secret
to be used next step
- Set
- Local development
- Create
.env
file in root of project with the following keys:VITE_BASE_URL
(ex.http://localhost:3000
)VITE_GITHUB_CLIENT_ID
(see above)VITE_GITHUB_CLIENT_SECRET
(see above)
- Create
- Vercel
- Add to
Environment Variables
via interfaceVITE_BASE_URL
(ex.https://github-analysis.vercel.app
)VITE_GITHUB_CLIENT_ID
(see above)VITE_GITHUB_CLIENT_SECRET
(see above)
- Add to
-
Notifications
You must be signed in to change notification settings - Fork 1
Analyze Github data
techniq/github-analysis
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Analyze Github data
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published