diff --git a/README.md b/README.md index 7650e26..7e88a87 100644 --- a/README.md +++ b/README.md @@ -1,52 +1,67 @@ -

- -

reFilc

-

- -#### Nem hivatalos e-napló alkalmazás az e-KRÉTA rendszerhez - tanulóktól, tanulóknak. - -[![Downloads](https://img.shields.io/github/downloads-pre/refilc/naplo/total?&logo=github&label=Downloads)](https://github.com/refilc/naplo/releases)   [![Discord](https://img.shields.io/discord/1111649116020285532?logo=discord&label=Discord)](https://dc.refilc.hu) - -## Setup - -### Clone the project - -A teljes source eléréséhez szükséged lesz a naplo-plus repo-ra is, mely biztonsági okokból privát. Írj Discord szerverünkön, hogy kaphass hozzáférést. - -```sh -git clone --branch dev https://github.com/refilc/naplo --recursive -cd naplo -``` - -### Install packages - -Run `fix-pub.sh` - -### Run the app - -```sh -cd refilc -flutter run (--release) -``` - -### 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. - -------- - -# Team - -**kima:** head developer / project manager - -**Reiner, pdf, Pearoo, Zizi:** community- and project manager / developer - -**vrolandd, TMarccci:** head developer - -**dwe., xou:** designer - -**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) +

+ +

reFilc

+

+ +#### Nem hivatalos e-napló alkalmazás az e-KRÉTA rendszerhez - tanulóktól, tanulóknak. + +[![Downloads](https://img.shields.io/github/downloads-pre/refilc/naplo/total?&logo=github&label=Downloads)](https://github.com/refilc/naplo/releases)   [![Discord](https://img.shields.io/discord/1111649116020285532?logo=discord&label=Discord)](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 --branch dev 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)*