An open API service indexing awesome lists of open source software.

https://github.com/voidnire/apanesportes


https://github.com/voidnire/apanesportes

Last synced: 8 months ago
JSON representation

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.