=======
This is a simple, debian-based, desktop environment that works with a Raspberry Pi 3 and its touchscreen.
To get this project up and running, you will need to signup for a resin.io account here and set up a device, have a look at our Getting Started tutorial. Once you are set up with resin.io, you will need to clone this repo locally:
$ git clone git@github.com:ION28/rpi3-debian-desktop.git
Then add your resin.io application's remote repository to your local repository:
$ git remote add resin username@git.resin.io:username/myapp.git
and push the code to the newly added remote:
$ git push resin master
It should take a few minutes for the code to push. While you wait, lets enable device URLs so we can see the server outside of our local network. This option can be found in the Actions
tab in your device dashboard.