kemalmao19 / adopt-hunt

https://adopt-hunt.vercel.app
0 stars 0 forks source link

Project Adopt Hunt

image

How to use

Please follow the steps below to run the project.

npm install
npm run dev

How to contribute

UI Design

Functionality

Commit Message Format

You have to follow the following format for commit message.

git commit -m "type: subject"

Type

Must be one of the following:

Subject

The subject contains succinct description of the change:

Examples

git commit -m "feat: add login page"
git commit -m "fix: login page not working"
git commit -m "chore: update readme"