You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update the Vercel deployement guide
Updated Readme.md - The guide on deploying your own Vercel instance
* docs: fix some small grammer errors
Co-authored-by: rickstaa <[email protected]>
Copy file name to clipboardExpand all lines: readme.md
+15-15
Original file line number
Diff line number
Diff line change
@@ -414,22 +414,22 @@ NOTE: Since [#58](https://github.com/anuraghazra/github-readme-stats/pull/58) we
414
414
<details>
415
415
<summary><b> Guide on setting up Vercel 🔨 </b></summary>
416
416
417
-
1. Go to [vercel.com](https://vercel.com/)
418
-
2. Click on `Log in`
419
-

420
-
3. Sign in with GitHub by pressing `Continue with GitHub`
421
-

422
-
4. Sign in to GitHub and allow access to all repositories, if prompted
423
-
5. Fork this repo
424
-
6. After forking the repo, open the [`vercel.json`](https://github.com/anuraghazra/github-readme-stats/blob/master/vercel.json#L5) file and change the `maxDuration` field to `10`
425
-
7. Go back to your [Vercel dashboard](https://vercel.com/dashboard)
426
-
8.Select `Import Project`
427
-

428
-
9.Select `Import Git Repository`. Select root and keep everything as is.
429
-

430
-
10. Create a personal access token (PAT) [here](https://github.com/settings/tokens/new) and enable the `repo` permissions (this allows access to see private repo stats)
417
+
1. Go to [vercel.com](https://vercel.com/).
418
+
2. Click on `Log in`.
419
+

420
+
3. Sign in with GitHub by pressing `Continue with GitHub`.
421
+

422
+
4. Sign in to GitHub and allow access to all repositories if prompted.
423
+
5. Fork this repo.
424
+
6. After forking the repo, open the [`vercel.json`](https://github.com/anuraghazra/github-readme-stats/blob/master/vercel.json#L5) file and change the `maxDuration` field to `10`.
425
+
7. Go back to your [Vercel dashboard](https://vercel.com/dashboard).
426
+
8.To import a project, click the `Add New...` button and select the `Project` option.
427
+

428
+
9.Click the `Continue with GitHub` button, search for the required Git Repository and import it by clicking the `Import` button. Alternatively, you can import a Third-Party Git Repository using the `Import Third-Party Git Repository ->` link at the bottom of the page.
429
+

430
+
10. Create a personal access token (PAT) [here](https://github.com/settings/tokens/new) and enable the `repo` permissions (this allows access to see private repo stats).
431
431
11. Add the PAT as an environment variable named `PAT_1` (as shown).
432
-

432
+

433
433
12. Click deploy, and you're good to go. See your domains to use the API!
0 commit comments