Skip to content

imshubhamsingh/shubham.sh

Repository files navigation

Deploy with Vercel

shubham.sh

This is my first ever portfolio made using Next.js. With time, I'll add more features to it.

Overview

  • pages/api/* - API routes powering my current listening song on Spotify
  • pages/* - All other static pages.

Running Locally

$ git clone https://github.com/imshubhamsingh/shubham.sh.git
$ cd shubham.sh
$ npm install
$ npm run dev

Create a .env.local file similar to .env.example.

Built Using