Skip to content

G-Techs/yokaa-frontend

Repository files navigation

Yokaa

A music streaming application

Getting Started

Clone the repository

git clone [email protected]:G-Techs/yokaa-frontend.git

Navigate into the folder

cd yokaa-frontend

Install dependencies

npm install

Run The app

npm run dev

Create a working branch

  • for a feature ft/<feature-name>
  • for a bug fix/<issue or bug to fix>
  • for chore changes chore/<chore-name>
  • for refactoring refact/<refact-change>
  • for style changes style/<style-name>
  • for Readme updates doc/<update-name>