Replies: 5 comments 4 replies
-
You can try it, there is a separate branch -- https://github.com/DenverCoder1/github-readme-streak-stats/tree/vercel -- which has the necessary files and structure to get it working. Note: automatic internationalization of number formats and date formats is not supported on the vercel branch and the PNG mode does not work, but otherwise it should be fine. I think Heroku is definitely the simplest option to get all features (including internationalization and PNG rendering), but it costs a minimum of ~$5/month now unless you contact Heroku for getting Open Source credits. Following the steps in the readme should get it working quickly, just make sure you have some type of dynos enabled. Most web servers support PHP by default, so if you have access to a VPS, you could just install the dependencies with composer and it should run almost anywhere that PHP and Composer are installed. |
Beta Was this translation helpful? Give feedback.
-
I have an example of the vercel deployment here - https://github-readme-streak-stats-eight.vercel.app/ This is using the Vercel branch, after cloning the repo make sure you have the latest updates to the vercel branch (there were recent changes) and are on the correct branch. Then with the Vercel CLI installed, you can run If you have any questions feel free to ask here (#390) or #361 |
Beta Was this translation helpful? Give feedback.
-
I deploy a project with the I got this domain from vercel: 😬If you don't mind, I am stopping this deployment process on vercel😥 and continuing with your version. |
Beta Was this translation helpful? Give feedback.
-
The main branch does not support vercel. There is a separate branch that does. I've added some steps to the readme which may help. It's likely not the only possible way, though. |
Beta Was this translation helpful? Give feedback.
-
I deployed mine on vercel with the The locale function depends on the For new-comer, here are a few things to notice:
Failed automatic build logs
|
Beta Was this translation helpful? Give feedback.
-
Description
A brief description of the question or issue:
I tried to sign up on heroku.com but it shows some issues regarding it. so Can I deploy it on vercel? How?
Does it have the same process as given in README?
Please guide me!
Beta Was this translation helpful? Give feedback.
All reactions