Skip to content

Commit

Permalink
add dev instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
fernandascovino committed Nov 27, 2023
1 parent bfe1fde commit c3eef57
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,19 @@
Aplicativo web para validação do GTFS e Ordem de Serviço (OS) da rede municipal de transporte público da cidade.

![Exemplo de upload e verificação dos dados](demo.gif)

## Desenvolvimento

Crie um arquivo com `.env` na raiz do seu repositório local com as seguintes credenciais:

```env
export VAULT_URL="https://vault.dados.rio"
export VAULT_TOKEN="<token>"
```

Para rodar o app, instancie as variáveis de ambiente primeiro:

```sh
source .env
streamlit run src/app.py
```

0 comments on commit c3eef57

Please sign in to comment.