A music streaming application
Clone the repository
git clone git@github.com:G-Techs/yokaa-frontend.git
cd yokaa-frontend
npm install
npm run dev
- 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>