|
1 |
| -# reboot_launcher |
2 | 1 |
|
3 |
| -Launcher for project reboot |
| 2 | +# Reboot Launcher |
| 3 | + |
| 4 | +Welcome to the **Reboot Launcher**! |
| 5 | +This is a GUI application developed as part of the **Reboot Project**. |
4 | 6 |
|
5 | 7 | ## Getting Started
|
6 | 8 |
|
7 |
| -This project is a starting point for a Flutter application. |
| 9 | +### Running the Project |
| 10 | +To launch the project in development mode, simply run: |
| 11 | +``` |
| 12 | +flutter run |
| 13 | +``` |
| 14 | + |
| 15 | +### Building the Project |
| 16 | +To create a production-ready build, use: |
| 17 | +``` |
| 18 | +flutter build |
| 19 | +``` |
| 20 | + |
| 21 | +### Packaging the Project |
| 22 | +To package the application for distribution, run: |
| 23 | +``` |
| 24 | +package.bat |
| 25 | +``` |
| 26 | + |
| 27 | +## Requirements |
| 28 | +- [Flutter SDK](https://flutter.dev/docs/get-started/install) |
| 29 | +- Supported operating systems: Windows |
| 30 | + |
| 31 | +## Other platforms |
8 | 32 |
|
9 |
| -A few resources to get you started if this is your first Flutter project: |
| 33 | +Native support for these platforms is not currently planned, but Linux support is a priority for the 10.0 release cycle |
10 | 34 |
|
11 |
| -- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab) |
12 |
| -- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook) |
| 35 | +- [Linux Tutorial using Proton](https://www.reddit.com/r/linux_gaming/comments/1fwa4l8/guide_running_a_fortnite_private_server_to_play/) |
| 36 | +- 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 |
13 | 37 |
|
14 |
| -For help getting started with Flutter development, view the |
15 |
| -[online documentation](https://docs.flutter.dev/), which offers tutorials, |
16 |
| -samples, guidance on mobile development, and a full API reference. |
| 38 | +## Contributing |
| 39 | +Contributions are welcome! Feel free to open an issue or submit a pull request. |
0 commit comments