Fix the Lyrics. Feel the Music. Lyrifix is your all-in-one global lyrics platform — made for music lovers, lyric hunters, and community contributors.
Access at https://lyrifix.com
Read the complete explanation on the main repo: https://github.com/lyrifix/lyrifix
Install the dependencies:
bun installStart the development server with HMR:
bun run devYour application will be available at http://localhost:5173.
Create a production build:
bun run build