This is my personal website / blog.
- NextJS 13 (app dir with RSC)
- React
- Typescript
- TailwindCSS
- Contentlayer (MDX)
- Vercel
- Create a
.env.localfile in the root of the project and add paste this in it.
SPOTIFY_CLIENT_ID=
SPOTIFY_CLIENT_SECRET=
SPOTIFY_REFRESH_TOKEN=-
Obtain
client_idandclient_secretfrom Spotify and add them to.env.localfile. -
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