forked from firka/student-legacy
68 lines
1.8 KiB
Markdown
68 lines
1.8 KiB
Markdown
<p align=center>
|
|
<img src="https://raw.githubusercontent.com/Laky2k8/Refilc-2-Episode-1/refs/heads/master/refilc-2-real.png" width=150>
|
|
<h1 align=center><b>reFilc</b></h1>
|
|
</p>
|
|
|
|
#### Nem hivatalos e-napló alkalmazás az e-KRÉTA rendszerhez - tanulóktól, tanulóknak.
|
|
|
|
[](https://github.com/refilc/naplo/releases) [](https://discord.gg/refilc-1111649116020285532)
|
|
|
|
## Környezet felállítása
|
|
|
|
### Source code letöltése
|
|
|
|
*Az építhéshez szükséged lesz a refilc_plus repora is, amit itt találsz: [student-plus](https://git.qwit.cloud/refilc/student-plus)*
|
|
|
|
```sh
|
|
git clone https://git.qwit.cloud/refilc/student-legacy.git --recursive
|
|
cd naplo
|
|
# ha ez nem töltött le refilc plus repoba értelmes dolgokat futtasd a többi parancsot is
|
|
rm -rf refilc_plus
|
|
git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus
|
|
```
|
|
|
|
### Csomagok telepítése
|
|
|
|
Menj be minden mappába és futtasd a következő parancsokat:
|
|
```sh
|
|
flutter clean
|
|
flutter pub get
|
|
```
|
|
|
|
### Alkalmazás építése
|
|
|
|
```sh
|
|
cd refilc
|
|
flutter build apk --release
|
|
```
|
|
|
|
*Ez egy apk fájlt fog építeni*
|
|
|
|
### Contribution
|
|
|
|
**Nézd meg a [Contribution guide](CONTRIBUTING.md)-ot!**
|
|
|
|
Az összes (ugyan azon verzióhoz tartozó) contribution meg fog jelenni a release-nél. Kérjük, írd le a Discord nevedet a Description-be, hogy adhassunk rangot.
|
|
|
|
-------
|
|
|
|
# Csapatunk
|
|
|
|
**Management**
|
|
- Zypherift
|
|
- hayn
|
|
- Pearoo
|
|
- Zizi
|
|
- mnus
|
|
- xou
|
|
|
|
**Designerek**
|
|
- dwe
|
|
- xou
|
|
|
|
**vrolandd, TMarccci:** head developer
|
|
|
|
**Péter:** video editor
|
|
|
|
***annon:** a régi Filc Napló fejlesztője (ez az app, ha bár sokban változott, alapjaiban a Filc-re épül)*
|