Initial commit: project setup
This commit is contained in:
15
README.md
Normal file
15
README.md
Normal file
@@ -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
|
||||
11
docs/instrucoes-ia.md
Normal file
11
docs/instrucoes-ia.md
Normal 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
|
||||
Reference in New Issue
Block a user