Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 777 Bytes

README.md

File metadata and controls

44 lines (35 loc) · 777 Bytes

Running project

    npm i
    npm run dev

Contributing to the Project

Open a terminal in VS code or in any directory Run below command where you want to clone the project

    git clone https://github.com/GTAjam/gta-web.git

After making changes first pull to see if any changes made by anyone else causing conficts

    git pull

Add all your files and changes

    git add .

Write commit message

    git commit -sm "commit message"

Push

    git push

Instructions

  • Write good commit messages so others can understand
  • pull before starting work to minimize conflicts

See demo folder in components for some useful snippets

  • look into the files in demo folder