-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fcf4fcf
commit 4a78de6
Showing
2 changed files
with
36 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
<div align="center"> | ||
<img align="center" width="24%" src="./.github/logo.png" /> | ||
<br> | ||
<i> | ||
Aplicativo Desktop da empresa Tupã | ||
</i> | ||
</div> | ||
|
||
## Ajustes e melhorias | ||
|
||
O projeto ainda está em desenvolvimento e as próximas atualizações serão voltadas nas seguintes tarefas: | ||
|
||
## Começando | ||
|
||
### Instalando localmente projeto | ||
|
||
```bash | ||
# Clone o repositório em sua máquina | ||
$ git clone https://github.com/BaseTech-Inc/Tupa-Desktop.git | ||
``` | ||
|
||
### Configurando ambiente | ||
|
||
- Para este projeto é necessário ter instalado o [`dotnet`](https://dotnet.microsoft.com/download) | ||
|
||
- Após ter instalado o dotnet é necessário executar essa linha no terminal, para instalar o eletron.net: | ||
|
||
```bash | ||
$ dotnet tool install ElectronNET.CLI -g | ||
``` | ||
|
||
<img src="https://github.githubassets.com/images/mona-whisper.gif" align="right" /> | ||
|
||
## Licença | ||
|
||
Esse projeto está sob licença. Veja o arquivo [`LICENÇA`](https://github.com/BaseTech-Inc/Tupa-Desktop/blob/master/LICENSE) para mais detalhes. |