You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/contributor-guide/development.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,10 +19,15 @@ The following development tools must be available in your local environment:
19
19
20
20
## Building the Project
21
21
22
+
Build the project (run once):
22
23
-`task init`
23
24
-`task build`
24
25
-`task generate:assets` to download locally the assets of the [Arduino Bricks](`https://github.com/arduino/app-bricks-py`)
25
-
-`ARDUINO_APP_CLI__DATA_DIR=debian/arduino-app-cli/home/arduino/.local/share/arduino-app-cli task start` to build and start the arduino-app-cli in daemon mode.
NOTE: only a subset of HTTP APIs are working by running the daemon mode into a development PC. To run the `arduino-app-cli` into the board see `Running `arduino-app-cli` into the board` section.
26
31
27
32
## Running Checks
28
33
@@ -39,7 +44,7 @@ In particular, `task test` runs the following tests
39
44
-`test:pkg` which exposes cross-platform api for working with the board (those should run for every platform)
40
45
-`test:internal` runs test of the internal component of the app-cli, which targets only Linux
41
46
42
-
## Installing arduino-app-cli into the board
47
+
## Running `arduino-app-cli` into the board
43
48
44
49
This is reccomended way to test a local development version of the arduino-app-cli into a board.
0 commit comments