From 53f240a4da13bd848d45bb02f0d601e9b5d48a22 Mon Sep 17 00:00:00 2001 From: Erik Silva Date: Thu, 4 Dec 2025 12:49:06 -0300 Subject: [PATCH] Initial commit: project setup --- README.md | 15 +++++++++++++++ docs/instrucoes-ia.md | 11 +++++++++++ 2 files changed, 26 insertions(+) create mode 100644 README.md create mode 100644 docs/instrucoes-ia.md 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