Skip to content

allesman/musicalle

Repository files navigation

MUSICALLE (working title)

A daily game (like wordle) in which you have to get from one artist to another via features between artists.

Developing

  • git clone https://github.com/allesman/musicalle

  • npm install to install dependencies

  • Visit http://genius.com/api-clients

    • Create Api Client
    • Copy "CLIENT ID" and "CLIENT SECRET"
  • Create .env in project root and set environment variables CLIENT_ID and CLIENT_SECRET accordingly

  • npm run dev to start the development server

Building

npm run build

You can preview the production build with npm run preview.