@@ -19,15 +19,19 @@ Current blackbox explorer version is built as
19
19
Meaning it can work in both online and offline modes as regular desktop app
20
20
would.
21
21
22
- ### Web
22
+ ### Latest stable version
23
23
24
- 1 . Visit https://blackbox.betaflight.com/
25
- 2 . Use the app
24
+ For the latest stable released version visit https://blackbox.betaflight.com/
26
25
27
- ### Standalone
26
+ ### Unstable testing versions
28
27
29
- 1 . Visit https://blackbox.betaflight.com/
30
- 2 . Follow the procedure to install PWA on your platform. On MacOS chrome:
28
+ The latest master build is always available at https://master.dev.blackbox.betaflight.com/
29
+
30
+ ** Be aware that these versions are intended for testing / feedback only, and may be buggy or broken. Caution is advised when using these versions.**
31
+
32
+ ### Install the app to be used in offline mode
33
+
34
+ Follow the procedure to install PWA on your platform. For example on MacOS chrome:
31
35
![ Url bar PWA install] ( screenshots/url-bar.webp )
32
36
![ PWA install dialog] ( screenshots/pwa-install-dialog.webp )
33
37
@@ -64,7 +68,7 @@ performance.
64
68
### Node setup
65
69
66
70
We are using [ nvm] ( https://github.com/nvm-sh/nvm ) to manage the correct node
67
- vesion, follow the install instruction there. After which from blackbox directory
71
+ vesion, follow the install instructions there. After which from blackbox directory
68
72
just run:
69
73
70
74
``` bash
@@ -74,7 +78,7 @@ nvm use
74
78
### Yarn
75
79
76
80
For dependency management we are using [ yarn] ( https://yarnpkg.com/ ) , follow the
77
- instruction there to install it.
81
+ instructions there to install it.
78
82
79
83
### Development mode
80
84
@@ -87,24 +91,26 @@ With `node` and `yarn` setup, to start developing run:
87
91
yarn start
88
92
```
89
93
90
- This will start development server on http://localhost:5173/ .
94
+ This will start development server and the Blackbox will be available on http://localhost:5173/ .
91
95
92
- ## Installing Dev Build locally
96
+ ### Installing development build locally
93
97
94
98
If you want to have latest and greatest version installed on your machine from
95
99
the tip of the repository:
96
- 1 . First need to build the application:
100
+
101
+ First need to build the application:
97
102
``` bash
98
103
yarn build
99
104
```
100
- 2 . Start the application in ` preview ` mode
105
+ Then start the application in ` preview ` mode
101
106
``` bash
102
107
yarn preview
103
108
```
104
- 3 . Visit http://localhost:4173/
105
- 4 . Follow the steps from [ Standalone] ( #standalone )
109
+ Visit http://localhost:4173/ and follow the steps from [ Install the app to be used in offline mode] ( #install-the-app-to-be-used-in-offline-mode )
110
+
111
+ ## Common problems
106
112
107
- ## Flight video won't load, or jumpy flight video upon export
113
+ ### Flight video won't load, or jumpy flight video upon export
108
114
109
115
Some flight video formats aren't supported by Chrome, so the viewer can't open
110
116
them. You can fix this by re-encoding your video using the free tool
0 commit comments