Skip to content
This repository has been archived by the owner on Sep 26, 2020. It is now read-only.

Latest commit

 

History

History
31 lines (16 loc) · 558 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 558 Bytes

Build Status

Johnny Feeder

Feeder system for your animals based on Node.js and framework Johnny-Five for control Arduino board and ReactJS for interface.

Installation

Download all dependencies from npm repository:

npm install

Build all needed packages locally:

npm run build

Running

Start Johnny Feeder app:

npm run start

Go to web browser:

http://localhost:3000

Unit tests

Run unit test for project:

npm run unit