Skip to content

Commit ab02f00

Browse files
committed
Updated README.md
1 parent d9268b7 commit ab02f00

File tree

1 file changed

+27
-11
lines changed

1 file changed

+27
-11
lines changed

README.md

Lines changed: 27 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,32 @@
11
# SCP - Secure Control Panel
22

3-
A new Flutter project.
3+
Details coming soon.......
44

5-
## Getting Started
5+
## Watch the progress
6+
You can follow me on twitter and watch all progress of development!
7+
[Twitter](https://twitter.com/idenver_bot)
8+
[Telegram](https://t.me/secure_control_panel)
69

7-
This project is a starting point for a Flutter application.
810

9-
A few resources to get you started if this is your first Flutter project:
10-
11-
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
12-
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)
13-
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.
11+
## Run SCP on your pc device from source code
12+
> [!NOTE]
13+
> For start confirm flutter instalation on your machine.
14+
``` Bash
15+
git clone https://github.com/denver-code/secure_control_panel
16+
cd secure_control_panel
17+
flutter pub get
18+
flutter run lib/main.dart
19+
```
20+
## Build an EXE
21+
> [!NOTE]
22+
> For start confirm flutter instalation on your machine.
23+
``` Bash
24+
git clone https://github.com/denver-code/secure_control_panel
25+
cd secure_control_panel
26+
flutter pub get
27+
flutter build windows
28+
```
29+
This commands results in EXE file:
30+
```
31+
[project]/build/windows/runner/Release/secure_control_panel.exe
32+
```

0 commit comments

Comments
 (0)