- Fork the repository to your account
- Clone the repository to your local machine
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
- Install the dependencies for the development server:
npm install
- Create a .env file ==> Check Out spotify dev docs for details on how to get the keys
SPOTIFY_CLIENT_ID = "your spotify client id"
SPOTIFY_CLIENT_SECRET = "your spotify client secret"
- Run the development server command:
npm run dev