Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-03-08 23:07:52 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2017-03-08 23:07:52 +0300
commit02803fafd07d4bc4be72e08eb97da16ac99570a7 (patch)
tree6f605589b57ba02d92c2fa562a8a4f2b2d21a93c /README.md
parent1b4cf23986f9fe9eed80ea223bcc6132fceed421 (diff)
updated paths
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 341bc3ed..ccef5383 100644
--- a/README.md
+++ b/README.md
@@ -8,6 +8,14 @@ Various types of aircraft are supported by the tool and by INAV, e.g. quadcopter
[![available in the Chrome web store](https://developer.chrome.com/webstore/images/ChromeWebStore_Badge_v2_206x58.png)](https://chrome.google.com/webstore/detail/inav-configurator/fmaidjmgkdkpafmbnmigkpdnpdhopgel)
+## Build system
+
+For local development, **node.js** build system is used.
+
+1. Install node.js
+1. From project folder run `npm install`
+1. To rebuild JS and CSS use ` ./node_modules/gulp/bin/gulp.js`
+
## Authors
Konstantin Sharlaimov/DigitalEntity - maintainer of the INAV firmware and configurator.