muzick.netlify.app/
To get started with development, you need to install few tools
git
git
version 2.13.1 or higher. Download git if you don't have it already.
To check your version of git, run:
git --version
node
node
version 16.15.1 or higher. Download node if you don't have it already.
To check your version of node, run:
node --version
npm
npm
version 5.6.1 or higher. You will have it after you install node.
To check your version of npm, run:
npm --version