This commit is contained in:
unknown 2021-08-31 01:05:18 +02:00
parent 28919946b7
commit 50ceee4e5d
No known key found for this signature in database
GPG Key ID: 1D070E0B09CFB257
2 changed files with 26 additions and 3 deletions

BIN
.github/logo.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

View File

@ -1,7 +1,30 @@
# naplo
Nem hivatalos e-napló alkalmazás az eKRÉTA rendszerhez
<p align=center>
<img src=".github/logo.png" width=150>
<h1 align=center><b>Filc Napló</b></h1>
</p>
#### Nem hivatalos e-napló alkalmazás az eKRÉTA rendszerhez
<br>
### AppStore:
[![Codemagic build status](https://api.codemagic.io/apps/612cc79b35b443d1b2c638ec/612cc79b35b443d1b2c638eb/status_badge.svg)](https://codemagic.io/apps/612cc79b35b443d1b2c638ec/612cc79b35b443d1b2c638eb/latest_build)
`git clone --recursive https://github.com/filc/naplo`
<br>
## Setup
### Clone the project:
```
$ git clone --recursive https://github.com/filc/naplo
$ cd naplo
```
### Run the app:
```
$ cd filcnaplo
$ flutter run
```