setup a raspberrypi-noccio bridge
to set up a pi without a monitor, these headless instructions are super helpful
installs node and pinoccio on the pi
wget http://registry.npmjs.org/pi-noccio-setup/-/pi-noccio-setup-1.0.2.tgz \
&& tar -xvf pi-noccio-setup-1.0.2.tgz \
&& ./package/install-pinoccio.sh
npm install -g pinoccio pi-noccio-setup
and if you want to enable bridge mode as a service on startup
pi-noccio-bridge-setup