github-contributions-api

Here is repository

Building

To create a production version:

npm run build

You can preview the production build with npm run preview.

To deploy your app, you may need to install an adapter for your target environment. This was not necessary as sveltekit has the adapter-auto which seamlessly works with vercel behind the scenes.

Setup an API hosted via vercel 🔥 API Invocation.

Setup a ‘hobby’ account on vercel

Connected to my github account

Created a project linked to the repository

Now everytime I push to the repository it automatically gets deployed into production.

git add .
git commit -m "pertinent message"
git push

BOOM! 💥 auto deploy into production. Sweet!

Enjoy!