https://github.com/voidnire/apanesportes
https://github.com/voidnire/apanesportes
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voidnire/apanesportes
- Owner: voidnire
- Created: 2025-10-17T21:02:11.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-10-24T04:11:04.000Z (8 months ago)
- Last Synced: 2025-10-24T05:34:44.641Z (8 months ago)
- Language: JavaScript
- Size: 453 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# APANApp
> Aplicativo para monitoramento de atletas paralímpicos.
## COMO CONTRIBUIR?
- Crie uma nova branch, e realize suas alterações nela.
```
git checkout -b nova-branch
```
- Após acabar, realize o commit.
```
git add .
git commit -m "finalizando na branch x (exemplo)"
```
- Suba sua branch para o repositório remoto.
```
git push -u origin nova-branch
```
- Abra uma Pull Request no github. Descreva suas mudanças e aguarde a revisão. (●ˇ∀ˇ●)
## Links
- **LOVABLE**: https://lovable.dev/projects/4896814f-dfd4-44d3-bbe2-e3fe52e7c94a
- **FIGMA**:
https://www.figma.com/design/xjSkgVbTdJcVZO1woBLrfG/App_APAN?node-id=0-1&p=f&t=mDe9DuZtfZ3iRIvp-0
- **MYJUMPLAB**: http://www.myjumplabpro.com
- **NOTION (ERIN)**: https://www.notion.so/APAN-APP-296afab95a278081b78ad4c3f21805d0?showMoveTo=true&saveParent=true
- **DOCS DA ENTREGA 3**: https://docs.google.com/document/d/1AmB_gVVPtSqfS6DKHbxEiOnwO-J05UaSIotaT_BAWS8/edit?tab=t.0
- **MATERIAL ICONS**: https://icons.expo.fyi/Index
## 👨💻 Comandos Importantes
- `npm start` -> inicia o app. Aperte **W para ver a versão web**.
- `npm install` -> ao **executar o app pela primeira vez**, é necessário rodar este para instalar todos os pacotes. **LEMBRE-SE**: antes disso, vá para o diretório **apan**, com o comando `cd apan/`
- `npx expo start --tunnel --reset-cache` -> **reseta o cache** e inicia o app.