Install Dependencies:
npm install
# or
yarn install
Create .env.local in document root, and add the following environment variables:
NEXT_PUBLIC_FM_API_KEY=
FM_API_SECRET=
NEXT_PUBLIC_FM_API_URL=http://ws.audioscrobbler.com/2.0/
Run the development server:
npm run dev
# or
yarn dev
Open http://localhost:9001 with your browser to see the result.