Initial commit: project setup

This commit is contained in:
Erik Silva
2025-12-04 12:49:06 -03:00
commit 53f240a4da
2 changed files with 26 additions and 0 deletions

11
docs/instrucoes-ia.md Normal file
View File

@@ -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