mkdir lcd-rgb; cd lcd-rgb;
t2 init;
npm install johnny-five tessel-io;
Then either edit index.js
by hand, or run:
rm index.js;
wget https://gist.githubusercontent.com/rwaldron/2ef30fab2fc9e65189ba32123dea40ad/raw/index.js
Now you can deploy to Tessel 2:
t2 run index.js