From 8662775e210770ec8ab9e6421fa72d24c36403be Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:11:34 +0100 Subject: [PATCH 1/7] small modifications --- README.md | 102 ++++++++++++++++++++++++++---------------------------- 1 file changed, 50 insertions(+), 52 deletions(-) diff --git a/README.md b/README.md index 7650e26..a75ed0e 100644 --- a/README.md +++ b/README.md @@ -1,52 +1,50 @@ -

- -

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) + +## 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 + +**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) From 0b4715586255dd97dee02cda3447ffd983674d30 Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:13:09 +0100 Subject: [PATCH 2/7] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a75ed0e..4e6940f 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### 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. +A teljes source eléréséhez 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://github.com/refilc/naplo --recursive From 5d9c975b98c068d59e9a69b68b16c429c7b4ec48 Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:14:20 +0100 Subject: [PATCH 3/7] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4e6940f..48a280f 100644 --- a/README.md +++ b/README.md @@ -11,11 +11,13 @@ ### Clone the project -A teljes source eléréséhez szükséged lesz a refilc_plus repora is, amit itt találsz: [student-plus](https://git.qwit.cloud/refilc/student-plus) +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://github.com/refilc/naplo --recursive cd naplo +rm -rf refilc_plus +git clone https://git.qwit.cloud/refilc/student-plus refilc_plus ``` ### Install packages From a9360c6dc844de7840c43327a5b1ebb288ea4811 Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:15:15 +0100 Subject: [PATCH 4/7] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48a280f..ad86b65 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ 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://github.com/refilc/naplo --recursive +git clone --branch dev https://git.qwit.cloud/refilc/student-legacy.git cd naplo rm -rf refilc_plus -git clone https://git.qwit.cloud/refilc/student-plus refilc_plus +git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus ``` ### Install packages From 84a3e46ff7bcdbc68caf5d8353b2aaa952995f6a Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:17:27 +0100 Subject: [PATCH 5/7] Update README.md --- README.md | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ad86b65..4aeb79b 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,9 @@ [![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) -## Setup +## Környezet felállítása -### Clone the project +### 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) @@ -20,17 +20,23 @@ rm -rf refilc_plus git clone https://git.qwit.cloud/refilc/student-plus.git refilc_plus ``` -### Install packages +### Csomagok telepítése -Run `fix-pub.sh` +Menj be minden mappába és futtasd a következő parancsokat: +```sh +flutter clean +flutter pub get +``` -### Run the app +### Alkalmazás építése ```sh cd refilc -flutter run (--release) +flutter run apk --release ``` +*Ez egy apk fájlt fog építeni* + ### Contribution **Nézd meg a [Contribution guide](CONTRIBUTING.md)-ot!** From e1cae2f6982da109786458f0b5cc34330207c873 Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Thu, 13 Feb 2025 22:21:54 +0100 Subject: [PATCH 6/7] Update README.md --- README.md | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4aeb79b..a6b8c62 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ ### 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) +*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 @@ -45,14 +45,22 @@ Az összes (ugyan azon verzióhoz tartozó) contribution meg fog jelenni a relea ------- -# Team +# Csapatunk -**Reiner, pdf, Pearoo, Zizi:** community- and project manager / developer +**Management** +- Zypherift +- hayn +- Pearoo +- Zizi +- mnus +- xou + +**Designerek** +- dwe +- xou **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) +***annon:** a régi Filc Napló fejlesztője (ez az app, ha bár sokban változott, alapjaiban a Filc-re épül)* From 81267d54e31657c9f1e779d2c1127544e7e6424d Mon Sep 17 00:00:00 2001 From: BalazsManus Date: Fri, 14 Feb 2025 15:53:12 +0100 Subject: [PATCH 7/7] Update README.md Signed-off-by: BalazsManus --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b8c62..7e88a87 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,9 @@ *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 +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 ``` @@ -32,7 +33,7 @@ flutter pub get ```sh cd refilc -flutter run apk --release +flutter build apk --release ``` *Ez egy apk fájlt fog építeni*