File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ NTFY_BASE_URL = https://ntfy.sh
2+ NTFY_TOPIC = //Add your topic here
Original file line number Diff line number Diff line change @@ -11,8 +11,20 @@ A JavaFX-based chat client using [ntfy](https://docs.ntfy.sh/) for backend messa
1111- Unit tests for ` Model ` class
1212- (Advanced) Send files via "Attach local file" option
1313
14- ## 🚀 Run Instructions
15- 1 . Set ` JAVA_HOME ` to JDK 25
14+
15+ ## Requirements
16+
17+ - ** Java**
18+ - ** Version** : ` 25 `
19+
20+ - ** Maven Compiler Plugin**
21+ - ** Version** : ` 3.11.0 `
22+ - ** Configuration** :
23+ - ** Release** : ` 25 `
24+
25+ ## Usage
26+ 1 . Set ` JAVA_HOME ` to JDK 25.
27+ 2 . Create a ** .env** file with the required variables. You can also clone and fill ** .env.example** and rename it to ` .env ` .
16282 . Start with:
1729 ``` bash
1830 ./mvnw clean javafx:run
You can’t perform that action at this time.
0 commit comments