Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imshubhamsingh/shubham.sh

✨ My portfolio built with Next.js and Vercel
https://github.com/imshubhamsingh/shubham.sh

nextjs portfolio react vercel

Last synced: about 1 month ago
JSON representation

✨ My portfolio built with Next.js and Vercel

Awesome Lists containing this project

README

        

[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/git/external?repository-url=https%3A%2F%2Fgithub.com%2Fimshubhamsingh%2Fshubham.sh)

# 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](https://nextjs.org/docs/api-routes/introduction) powering my current listening song on Spotify
- `pages/*` - All other static pages.

## Running Locally

```bash
$ 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`](https://github.com/leerob/leerob.io/blob/master/.env.example).

## Built Using

- [Next.js](https://nextjs.org/)
- [Vercel](https://vercel.com)
- [CSS Modules](https://github.com/css-modules/css-modules)