Skip to content

Commit 17f3b7d

Browse files
committed
add new package info
1 parent 0684d0e commit 17f3b7d

File tree

4 files changed

+16237
-7644
lines changed

4 files changed

+16237
-7644
lines changed

README.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
# How to
2+
3+
### Prepare your environment
4+
5+
1. Install [node.js](https://nodejs.org/) (refer to [.nvmrc](./.nvmrc) for minimum required version)
6+
2. Install yarn: `npm install yarn -g`
7+
8+
### PWA version
9+
10+
#### Run development version
11+
12+
1. Change to project folder and run `yarn install`.
13+
14+
2. Run web application
15+
```
16+
yarn dev
17+
yarn dev --port 5761
18+
```
19+
20+
The web app will be available at http://localhost:8000 with full HMR.
21+
22+
#### Run production version
23+
24+
1. Change to project folder and run `yarn install`.
25+
2. Run `yarn build`.
26+
3. Run `yarn preview` after build has finished.
27+
28+
Alternatively you can run `yarn review` to build and preview in one step.
29+
30+
The web app should behave directly as in production, available at http://localhost:8080.
31+
32+
# Betaflight online
33+
34+
```
35+
git clone [email protected]:novnc/websockify-other.git
36+
```
137
# Betaflight Configurator
238

339
![Betaflight](http://static.rcgroups.net/forums/attachments/6/1/0/3/7/6/a9088900-228-bf_logo.jpg)

0 commit comments

Comments
 (0)