mirror of
https://github.com/Auties00/Reboot-Launcher.git
synced 2026-01-13 19:22:22 +01:00
Compare commits
13 Commits
_onLoggedI
...
10.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dccd05e57f | ||
|
|
7d5e17642a | ||
|
|
0c38528e77 | ||
|
|
62dae468bf | ||
|
|
232bf8fbfc | ||
|
|
a787c4efc9 | ||
|
|
3f88d5ed80 | ||
|
|
170a878e79 | ||
|
|
00802ac6da | ||
|
|
1d68469297 | ||
|
|
83878db8c5 | ||
|
|
018ccb7f8e | ||
|
|
0a775e2f3f |
1
.gitattributes
vendored
Normal file
1
.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
backend/**/* linguist-vendored
|
||||||
@@ -8,7 +8,9 @@ Join our discord at https://discord.gg/reboot
|
|||||||
- COMMON: Shared business logic for CLI and GUI modules
|
- COMMON: Shared business logic for CLI and GUI modules
|
||||||
- CLI: Work in progress command line interface to host a Fortnite Server on a Windows VPS easily, developed in Dart
|
- CLI: Work in progress command line interface to host a Fortnite Server on a Windows VPS easily, developed in Dart
|
||||||
- GUI: Stable graphical user interface to play and host Fortnite S0-14
|
- GUI: Stable graphical user interface to play and host Fortnite S0-14
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
Check the releases section
|
Check the releases section
|
||||||
|
|||||||
@@ -1,39 +1,16 @@
|
|||||||
|
# reboot_launcher
|
||||||
|
|
||||||
# Reboot Launcher
|
Launcher for project reboot
|
||||||
|
|
||||||
Welcome to the **Reboot Launcher**!
|
|
||||||
This is a GUI application developed as part of the **Reboot Project**.
|
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Running the Project
|
This project is a starting point for a Flutter application.
|
||||||
To launch the project in development mode, simply run:
|
|
||||||
```
|
|
||||||
flutter run
|
|
||||||
```
|
|
||||||
|
|
||||||
### Building the Project
|
A few resources to get you started if this is your first Flutter project:
|
||||||
To create a production-ready build, use:
|
|
||||||
```
|
|
||||||
flutter build
|
|
||||||
```
|
|
||||||
|
|
||||||
### Packaging the Project
|
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
|
||||||
To package the application for distribution, run:
|
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
|
||||||
```
|
|
||||||
package.bat
|
|
||||||
```
|
|
||||||
|
|
||||||
## Requirements
|
For help getting started with Flutter development, view the
|
||||||
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
|
[online documentation](https://docs.flutter.dev/), which offers tutorials,
|
||||||
- Supported operating systems: Windows
|
samples, guidance on mobile development, and a full API reference.
|
||||||
|
|
||||||
## Other platforms
|
|
||||||
|
|
||||||
Native support for these platforms is not currently planned, but Linux support is a priority for the 10.0 release cycle
|
|
||||||
|
|
||||||
- [Linux Tutorial using Proton](https://www.reddit.com/r/linux_gaming/comments/1fwa4l8/guide_running_a_fortnite_private_server_to_play/)
|
|
||||||
- No tutorials are available for MacOS(got lost when the Reboot discord was banned), but it's possible to run Reboot using a compatibility layer
|
|
||||||
|
|
||||||
## Contributing
|
|
||||||
Contributions are welcome! Feel free to open an issue or submit a pull request.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user