This is my personal website / blog.
- NextJS 13 (app dir with RSC)
- React
- Typescript
- TailwindCSS
- Contentlayer (MDX)
- Vercel
- 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=
-
Obtain
client_id
andclient_secret
from Spotify and add them to.env.local
file. -
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