mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-12 19:10:21 +03:00
update readme.md
This commit is contained in:
parent
25f7962087
commit
05dde1206c
2 changed files with 2 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -16,3 +16,4 @@ inav-configurator.iml
|
|||
*.swp
|
||||
*.bak
|
||||
eeprom.bin
|
||||
yarn.lock
|
|
@ -82,7 +82,7 @@ sudo mv inav-configurator.desktop /usr/share/applications/
|
|||
For local development, the **node.js** build system is used.
|
||||
|
||||
1. Install node.js
|
||||
1. From the project folder run `npm install`
|
||||
1. From the project folder run `yarn install` and then `npm install`
|
||||
1. To build the and start the configurator:
|
||||
- Run `npm start`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue