Skip to content

franciscobuchini/BentoUI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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