DenverCoder1 / github-readme-streak-stats

🔥 Stay motivated and show off your contribution streak! 🌟 Display your total contributions, current streak, and longest streak on your GitHub profile README
https://streak-stats.demolab.com
MIT License
4.83k stars 750 forks source link

Can I deploy this project on vercel ? #389

Closed SAD0XER closed 1 year ago

SAD0XER commented 1 year ago

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! image

DenverCoder1 commented 1 year ago

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: internationalization of number formats and date formats is not supported on the vercel branch.

Heroku is definitely the simplest option, 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.