forked from firka/student-legacy
25 lines
840 B
Markdown
25 lines
840 B
Markdown
<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
|
|
|
|
[](https://github.com/filc/naplo/releases) [](http://filcnaplo.hu/discord) [](https://codemagic.io/apps/612cc79b35b443d1b2c638ec/612cc79b35b443d1b2c638eb/latest_build)
|
|
|
|
## Setup
|
|
|
|
### Clone the project
|
|
|
|
```sh
|
|
git clone --recursive https://github.com/filc/naplo
|
|
cd naplo
|
|
```
|
|
|
|
### Run the app
|
|
|
|
```sh
|
|
cd filcnaplo
|
|
flutter run
|
|
```
|