This is a Next.js project bootstrapped with create-next-app
.
Add the .env.local environments and configure your spotify devloper portal.
NEXTAUTH_URL=http://localhost:3000
NEXT_PUBLIC_CLIENT_SECRET =
NEXT_PUBLIC_CLIENT_ID =
JWT_SECRET=some_super_secret_value
First, run the development server:
npm install
npm run build
Open http://localhost:3000 with your browser to see the result.
=> Developed using TailwindCss middleware spotifyApi.