aaron1729 / human-jukebox-ADKP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

human-jukebox

to run the app:

  1. clone the repo.
  2. run npm i .
  3. make a .env file containing a CLIENT_ID, CLIENT_SECRET, and REDIRECT_URI (the first two obtained from spotify dev dashboard). this could also contain a PORT (likely 3000), as well as a PG_URI for the database.
  4. run npm run start-dev to serve at localhost:8080 .

About


Languages

Language:TypeScript 74.7%Language:JavaScript 22.5%Language:HTML 2.1%Language:CSS 0.7%