This is a karaoke web application that lets you upload a .lrc file and an audio file. Once the user presses play, the lyrics will be synchronously displayed on the screen to sing along to!
docker compose build
docker compose up # connect at http://localhost:3001
yarn install
yarn dev
yarn build
yarn build
yarn global add serve
serve -s dist
yarn preview
yarn start