- Fork Repo
- Clone your Forked repo
git clone https://github.com/<YOURNAME>/Merch-DesignerNavigate to the directory Merch-Designer
cd Merch-DesignerInstall dependencies
npm installnpm install -g commitizenStart development server
npm run devWatch tailwind
npm run watchCreate a new branch
git checkout -b <NAME>git add </path/to/files>git cz