Files
Reboot-Launcher/gui/README.md
Alessandro Autiero e1df46efd9 10.0
2024-12-09 12:42:49 +01:00

39 lines
1.0 KiB
Markdown

# Reboot Launcher
Welcome to the **Reboot Launcher**!
This is a GUI application developed as part of the **Reboot Project**.
## Getting Started
### Running the Project
To launch the project in development mode, simply run:
```
flutter run
```
### Building the Project
To create a production-ready build, use:
```
flutter build
```
### Packaging the Project
To package the application for distribution, run:
```
package.bat
```
## Requirements
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- 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.