You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
People may not want to leave this app running on their computer 24/7.
We could set the app up to run on a Raspberry Pi or Arduino that sits on the user's local network so that they don't have to!
Acceptance Criteria:
remove hardcoded references to localhost:3000 in public/index.html and public/robokitty.js
write a chef/ansible/salt script for deployment or use docker
update documentation for deploy process
add hardware to the list, marked as 'optional'
The text was updated successfully, but these errors were encountered:
I've got a Raspberry Pi as well as an Intel Edison that I'll be happy to test once I've built the project with the Particle Photon. I should be able to get to this after next weekend.
I originally was going to build this on an Uno or a Yun, but I didn't want to deal with overcomplicating hardware stuff for myself with a wifi shield, and the Yun doesn't play well with johnny-five.
I'd love for it to be portable to other devices though. :)
People may not want to leave this app running on their computer 24/7.
We could set the app up to run on a Raspberry Pi or Arduino that sits on the user's local network so that they don't have to!
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: