Skip to content

Commit ef64d75

Browse files
committed
Added testing page + started refactoring with RXJS
1 parent 5773316 commit ef64d75

File tree

10 files changed

+5930
-608
lines changed

10 files changed

+5930
-608
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ node_modules
22
lib
33
dist
44
es
5+
.tmp

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
11
# create-plugin-communication
22
JS module providing discovery of the Arduino Create Plugin and communication with it
3+
4+
## Development
5+
Just run `npm run dev` and open your browser on http://local.arduino.cc:8000
6+
7+
## Agent communication
8+
9+
To enable communication between your [local installation](http://local.arduino.cc:8000/) and the [Arduino Create Agent](https://github.com/arduino/arduino-create-agent)
10+
add `origins = http://local.arduino.cc:8000` on your agent config.ini file (if you are using https, add `origins = https://local.arduino.cc:8000`).
11+
12+
- On macOs ~/Applications/ArduinoCreateAgent-1.1/ArduinoCreateAgent.app/Contents/MacOS/config.ini
13+
- On Linux ~/ArduinoCreateAgent-1.1/config.ini

0 commit comments

Comments
 (0)