mirror of
https://github.com/domfelipe/chef-zero.git
synced 2026-08-07 08:16:42 +00:00
feat: launch ChefZero static app
This commit is contained in:
commit
a85cbfd559
8 changed files with 1274 additions and 0 deletions
24
docs/FINALIZACAO.md
Normal file
24
docs/FINALIZACAO.md
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
# Finalizacao
|
||||
|
||||
## Produto final
|
||||
|
||||
O ChefZero esta pronto para GitHub Pages como site estatico. A entrega inclui:
|
||||
|
||||
- `index.html` com app completo
|
||||
- `README.md` com resumo e instrucoes
|
||||
- `.github/workflows/deploy.yml` para publicacao automatica
|
||||
- Documentacao de Planejamento, Red Team, QA e Finalizacao
|
||||
|
||||
## Criterios de aceite
|
||||
|
||||
- Funciona sem backend
|
||||
- Nao exige API key
|
||||
- Consome uma API real e publica
|
||||
- Mantem fallback caso a API externa falhe
|
||||
- Pode ser publicado apenas com GitHub Actions e GitHub Pages
|
||||
|
||||
## URL de producao
|
||||
|
||||
```text
|
||||
https://domfelipe.github.io/chef-zero/
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue