This is a NextJS starter in Firebase Studio.
To get started, take a look at src/app/page.tsx.
Inicialize o repositório Git: ```bash git init ``
git add .
git commit -m "Primeiro commit"
git branch -M main
git remote add origin https://github.com/neyriprojeto/git-push--u-origin-main
git push -u origin main