Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imshubhamsingh/shubham.sh
- Owner: imshubhamsingh
- Created: 2021-06-21T19:19:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-20T18:41:46.000Z (over 1 year ago)
- Last Synced: 2023-05-20T19:25:12.306Z (over 1 year ago)
- Topics: nextjs, portfolio, react, vercel
- Language: TypeScript
- Homepage: https://shubham.sh
- Size: 5.59 MB
- Stars: 10
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
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)