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 install
to install dependencies -
Obtain Genius API keys (see .env.example for more info)
-
Obtain Firebase API keys (see .env.example for more info)
-
Create
.env
in project root and set environment variables for Genius and Firebase accordingly -
npm run dev
to start the development server
npm run build
You can preview the production build with npm run preview
.