Unlock the Poetry of Music: Your Ultimate Lyrics Destination!
"Kabya: An Open Source Lyrics Library for Music Lovers. Dive into the world of music, explore your favorite songs, and uncover the stories behind the lyrics, all with Kabya's open-hearted dedication to the art of sound."
Node JS
- Clone the repo
git clone https://github.com/kriteshTimsina/kabya.git
-
Set the required environment variables as given in env examples
-
Install NPM packages for frontend and start server
cd frontend
npm install
npm run dev
- Install NPM packages for the backend and start the server
cd backend
npm install
npm start
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request