1 Commits

Author SHA1 Message Date
Alessandro Autiero
e1df46efd9 10.0 2024-12-09 12:42:49 +01:00

View File

@@ -1,16 +1,39 @@
# reboot_launcher
Launcher for project reboot # Reboot Launcher
Welcome to the **Reboot Launcher**!
This is a GUI application developed as part of the **Reboot Project**.
## Getting Started ## Getting Started
This project is a starting point for a Flutter application. ### Running the Project
To launch the project in development mode, simply run:
```
flutter run
```
A few resources to get you started if this is your first Flutter project: ### Building the Project
To create a production-ready build, use:
```
flutter build
```
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) ### Packaging the Project
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) To package the application for distribution, run:
```
package.bat
```
For help getting started with Flutter development, view the ## Requirements
[online documentation](https://docs.flutter.dev/), which offers tutorials, - [Flutter SDK](https://flutter.dev/docs/get-started/install)
samples, guidance on mobile development, and a full API reference. - Supported operating systems: Windows
## 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.