/Kabya

An Open Source Lyrics Library for Music Lovers.

Primary LanguageTypeScript


Logo

Kabya - an Open-Source Music Dictionary

Unlock the Poetry of Music: Your Ultimate Lyrics Destination!

Table Of Contents

About The Project

![Screen Shot] image

"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."

Built With

Getting Started

Prerequisites

Node JS

Installation

  1. Clone the repo
git clone https://github.com/kriteshTimsina/kabya.git
  1. Set the required environment variables as given in env examples

  2. Install NPM packages for frontend and start server

cd frontend
npm install
npm run dev
  1. Install NPM packages for the backend and start the server
cd backend
npm install
npm start

Contributing

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request