Skip to content

Abdulmumin1/edit

Repository files navigation

Edit

take and edit beautiful screenshot.

⚒️ Languages / Tools

HTML
HTML

CSS
CSS

Javascript
Javascript

TailWind
Tailwind

Features

Beautiful ScreenShot

Text to Image

Code Snippet Image

Contribution

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

Navigate to the directory edit

cd edit

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! 🎉