/WhoSings

Primary LanguageTypeScript

WhoSings

Install

.env file configuration

Before building the app, create an .env file in the root folder and insert the following values:

MUSIXMATCH_API_URL=https://api.musixmatch.com/ws/1.1
MUSIXMATCH_API_KEY=YOUR_API_KEY

Android

  1. yarn
  2. yarn android

iOS

  1. yarn
  2. cd ios && pod install && cd ..
  3. yarn ios