Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 530 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 530 Bytes

Scrobble Quiz

About

Getting Started

Prerequisites

  • Python
  • Node.js
  • Last.fm API key (you can get one here)
  • Groq API key (you can get one here)

Setup

  1. npm run setup
  2. Replace the fields for LASTFM_API_KEY and GROQ_API_KEY with their actual values

Running

  1. npm run dev
  2. The frontend dev server will appear at http://localhost:3000
  3. The backend dev server will appear at http://127.0.0.1:8000