Skip to content

Portfolio website built with Next.js, TypeScript and SASS

License

Notifications You must be signed in to change notification settings

adarsh500/adarsh.fyi

Repository files navigation

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

About

Portfolio website built with Next.js, TypeScript and SASS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published