Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 822 Bytes

README.md

File metadata and controls

60 lines (36 loc) · 822 Bytes

Spotify

A Spotify clone, with some personal additions

About The Project

Built With

  • React v18

  • Typescript v5

  • Next.js v14

  • Tailwind CSS v3

  • spotify-web-api-node v5

Getting Started

Here are the instructions that will guide you to install and use the project.

Installation

  1. Clone the repository
 git clone https://github.com/Bakhaw/spotify.git
  1. Navigate into it and install npm dependencies
  cd spotify
  pnpm install
  1. Don't forget to add your .env file otherwise the app is not going to work

  2. Start the development server

  pnpm dev

The project is now running at http://localhost:3000/

Build & Production mode

  1. Build the project in a production mode
 pnpm build
  1. Run the project in production mode
 pnpm start