Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 247 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 247 Bytes

Bento UI

Create:

  • git init
  • git add .
  • git commit -m "first commit"
  • git branch -M main
  • git remote add origin https://... .git
  • git push -u origin main

Modify:

  • npm run build
  • git add .
  • git commit -m "info commit"
  • git push