/Merch-Designer

design beautiful and amazing merches

Primary LanguageCSS

Merch-Designer

design beautiful and amazing merches

⚒️ Languages / Tools

HTML
HTML

CSS
CSS

Javascript
Javascript

TailWind
Tailwind

Contribution

  • Fork Repo
  • Clone your Forked repo
git clone https://github.com/<YOURNAME>/Merch-Designer

Navigate to the directory Merch-Designer

cd Merch-Designer

Install dependencies

npm install
npm install -g commitizen

Start development server

npm run dev

Watch tailwind

npm run watch

Create a new branch

git checkout -b <NAME>
  • Make your changes
  • Add files you worked on
  • git add </path/to/files>
  • commit your changes with
  • git cz
  • Create Pull Request
  • Congratulations! 🎉