/adarsh.fyi

Portfolio website built with Next.js, TypeScript and SASS

Primary LanguageTypeScriptMIT LicenseMIT

adarsh.fyi

This is my personal website / blog.

Tech stack

  • NextJS 13 (app dir with RSC)
  • React
  • Typescript
  • TailwindCSS
  • Contentlayer (MDX)
  • Vercel

Running Locally

  1. Create a .env.local file in the root of the project and add paste this in it.
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=
  1. Obtain client_id and client_secret from Spotify and add them to .env.local file.

  2. Obtain refresh_token. Follow this blog post to obtain it.

git clone https://github.com/adarsh500/adarsh.fyi.git
cd adarsh.fyi
pnpm i
pnpm dev