Upaded readme

This commit is contained in:
Christian Weichel 2019-05-08 20:10:56 +02:00
parent b9f5f251af
commit ba995e6869

View File

@ -3,16 +3,12 @@
> **Beware:** This is very much work-in-progress. Things can and probably will be broken, even on master.
This repo contains a proof-of-concept for an Arduino IDE based on Theia.
It's built on top of a [version of the arduino-cli](https://github.com/cmaglie/arduino-cli/tree/daemon) that sports a gRPC interface.
## How to try (online)
The easiest way to try the browser version is using Gitpod: https://gitpod.io/#github.com/typefox/arduino-poc
It's built on top of a [fork of the arduino-cli](https://github.com/typefox/arduino-cli/tree/daemon) that sports a gRPC interface.
## How to try (offline)
requires [protoc](https://github.com/protocolbuffers/protobuf/releases/tag/v3.7.1) to be in the `PATH` and some other [prerequisites](https://github.com/theia-ide/theia/blob/master/doc/Developing.md#prerequisites).
```
git clone https://github.com/typefox/arduino-poc
git clone https://github.com/bcmi-labs/arduino-editor
cd arduino-poc
yarn
yarn --cwd arduino-ide-electron start