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
-[Keep your fork up to date](#keep-your-fork-up-to-date)
97
99
98
100
# GitHub Stats Card
@@ -509,7 +511,9 @@ By default, GitHub does not lay out the cards side by side. To do that, you can
509
511
</a>
510
512
```
511
513
512
-
## Deploy on your own Vercel instance
514
+
## Deploy on your own
515
+
516
+
### On Vercel
513
517
514
518
#### :film_projector:[Check Out Step By Step Video Tutorial By @codeSTACKr](https://youtu.be/n6d4KHSKqGk?t=107)
515
519
@@ -546,6 +550,23 @@ Since the GitHub API only allows 5k requests per hour, my `https://github-readme
546
550
547
551
</details>
548
552
553
+
### On other platforms
554
+
555
+
> **Warning**
556
+
> This way of using GRS is not officially supported and was added to cater to some particular use cases where Vercel could not be used (e.g. #2341). The support for this method, therefore, is limited.
557
+
558
+
<details>
559
+
<summary><b>:hammer_and_wrench: Step-by-step guide for deploying on other platforms</b></summary>
560
+
561
+
1. Fork or clone this repo as per your needs
562
+
2. Add `express` to the dependencies section of `package.json`
You can keep your fork, and thus your private Vercel instance up to date with the upstream using GitHubs' [Sync Fork button](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/working-with-forks/syncing-a-fork). You can also use the [pull](https://github.com/wei/pull) package created by [@wei](https://github.com/wei) to automate this process.
0 commit comments