commit 53f240a4da13bd848d45bb02f0d601e9b5d48a22 Author: Erik Silva Date: Thu Dec 4 12:49:06 2025 -0300 Initial commit: project setup diff --git a/README.md b/README.md new file mode 100644 index 0000000..1e874b5 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Aggios App + +Aplicação Aggios + +## Descrição + +Projeto em desenvolvimento. + +## Como Usar + +Para configurar e executar o projeto, consulte a documentação em `docs/`. + +## Repositório + +Repositório oficial: https://git.stackbyte.cloud/erik/aggios.app.git diff --git a/docs/instrucoes-ia.md b/docs/instrucoes-ia.md new file mode 100644 index 0000000..909b977 --- /dev/null +++ b/docs/instrucoes-ia.md @@ -0,0 +1,11 @@ +Repositorio + +https://git.stackbyte.cloud/erik/aggios.app.git + +touch README.md +git init +git checkout -b main +git add README.md +git commit -m "first commit" +git remote add origin https://git.stackbyte.cloud/erik/aggios.app.git +git push -u origin main \ No newline at end of file