/electron-rpi-quick-start

A minimal Electron app on Raspberry Pi

Primary LanguageJavaScriptMIT LicenseMIT

electron-rpi-quick-start

This fork of the electron-quick-start app was made to jumpstart any electron app development on the rasperrypi (or any resin.io supported device that has screen output). Resin.io allows you to easily deploy and manage your application across a fleet of devices making it a great fit for distributed electron app. You can read more about how resin.io works here

To Use

Follow this getting started guide to get your device connected to resin.io

Then clone this repository

git clone https://github.com/resin-io-projects/electron-rpi-quick-start && cd electron-rpi-quick-start

Add your resin.io applications remote endpoint

git remote add resin <username>@git.resin.io:<username>/<app-name>.git

Make sure your device has a screen attached. If you are using the Raspberry Pi 7” Touchscreen Display, follow the instructions here.

Finally, push your application to your device.

git push resin master

You can learn more about each of these components within the Quick Start Guide.

Learn more about Electron and its API in the documentation.

License MIT