A daily game (like wordle) in which you have to get from one artist to another via features between artists.
-
git clone https://github.com/allesman/musicalle -
npm installto install dependencies -
Obtain Genius API keys (see .env.example for more info)
-
Obtain Firebase API keys (see .env.example for more info)
-
Create
.envin project root and set environment variables for Genius and Firebase accordingly -
npm run devto start the development server
npm run buildYou can preview the production build with npm run preview.