npm i
npm run dev
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
- Write good commit messages so others can understand
- pull before starting work to minimize conflicts
- look into the files in demo folder