SongiFY is a music player web-application using Next.js. It is a web application that replicates some of the core functionality and features of the popular music streaming service 'Spotify'.
Provide detailed instructions on how to install and set up your project locally. Include any prerequisites, dependencies, or environment variables that users need to know about. For example:
# Clone the repository
git clone https://github.com/modakverma/Spotify-Clone-NextJs-TypeScript-PostgreSQL-TailwindCSS.git
# Change directory
cd spotify-clone
# Install dependencies
npm install
# Set up environment variables
# Create a .env.local file and add your Spotify API credentials
SPOTIFY_CLIENT_ID=your-client-id
SPOTIFY_CLIENT_SECRET=your-client-secret
npm run dev