Skip to content

ruuuh20/lyriku

Repository files navigation

My Project

Live:

This (ongoing) project is born from a passion for music and language learning. The primary purpose is to create an archive of songs with the original lyrics and translations. It serves as a personal repository for the songs that resonate with me and simultaneously supports my language-learning.

Features

  • Song Archive: A collection of Japanese songs with lyrics and translations.
  • Kanji Meaning: Using the kanjiapi-wrapper library (for kanjiapi.dev), look up the meaning of Kanji characters.

Technologies Used

Getting Started

  1. Clone the Repository:

    git clone https://github.com/
  2. Navigate to the Project Directory:

    cd repo
    
    npm i
    npm run dev
  3. Install Dependencies:

    Use your preferred package manager, such as npm or yarn, to install the project's dependencies.

    npm install

  4. Start the Development Server: npm run dev The application will be available at http://localhost:3000 in your web browser.