Skip to content

Latest commit

 

History

History
19 lines (19 loc) · 545 Bytes

File metadata and controls

19 lines (19 loc) · 545 Bytes

Getting Started

  1. Fork the repository to your account
  2. Clone the repository to your local machine
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Install the dependencies for the development server:
npm install
  1. 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"
  1. Run the development server command:
npm run dev