Skip to content

GwonHyeok/github-profile-apple-music

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

67 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

[WIP] github-profile-apple-music

How to use

https://github-profile-apple-music.web.app

Example

Recently Played

Template 1_1

Recently Played

Template 1_2

Recently Played

Template 1_3

Recently Played

Template 3_1

Recently Played

Development

  1. Prerequisites
  2. Install
  3. Packages

Prerequisites

Install

set yarn version to yarn berry

yarn set version berry

yarn install

yarn

Environment Variables

VITE_FIREBASE_API_KEY
VITE_FIREBASE_AUTH_DOMAIN
VITE_FIREBASE_PROJECT_ID
VITE_FIREBASE_STORAGE_BUCKET
VITE_FIREBASE_MESSAGING_SENDER_IDg
VITE_FIREBASE_APP_ID
VITE_FIREBASE_MEASUREMENT_ID
VITE_ADSENSE_ENABLED
VITE_ADSENSE_CLIENT_ID
VITE_API_URL
VITE_TEMPLATE_APPLE_MUSIC_CONNECTION_ID
APPLE_MEDIA_SERVICE_KEY
APPLE_MEDIA_SERVICE_KEY_ID
APPLE_MEDIA_SERVICE_TEAM_ID

Packages

backend

run backend locally

yarn start:backend

build backend

yarn build

deploy backend

yarn deploy:backend

kill all firebase emulator processes

lsof -t -i:8080 -i:9000 -i:9099 -i:9199 -i:9090 -i:8085 | xargs kill -9

web

run web locally

yarn dev:web

build web

yarn build:web

deployment web

yarn deploy:web

Contributors

GitHub Contributors Image