tram-46 Project Setup npm install Run development server locally npm run dev Git Add all file changes git add . Take snapshot (commit changes) git commit -m "<message>" See history git log Push to remote git push origin main