Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 580 Bytes

README.md

File metadata and controls

47 lines (26 loc) · 580 Bytes

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>