https://github.com/shetharp/turtle-brix
🐢 Arduino robot that helps resolve intragroup conflicts
https://github.com/shetharp/turtle-brix
Last synced: over 1 year ago
JSON representation
🐢 Arduino robot that helps resolve intragroup conflicts
- Host: GitHub
- URL: https://github.com/shetharp/turtle-brix
- Owner: shetharp
- Created: 2017-05-03T07:06:37.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-10T15:55:23.000Z (about 9 years ago)
- Last Synced: 2025-01-20T22:13:36.873Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# turtle-brix
Arduino robot that helps resolve intragroup conflicts through a collaborative puzzle challenge. Built with Node, Express, and Johnny-Five.
# Set Up
### Clone this directory to your computer
`git clone https://github.com/shetharp/turtle-brix.git`
### Install dependencies
Install [Node.js](https://nodejs.org/en/download/) if you don't have it already
Install [Yarn](https://yarnpkg.com/en/docs/install) if you don't have it already
```
cd turtle-brix
yarn install
```
### Run the Web App
```
node App.js
```
Open up your browser and go to `localhost:3000`