/face

An adorable expressive face that anyone can love.

Primary LanguageJavaScriptApache License 2.0Apache-2.0

enact-face

Robot Face UI App using ROSLIB

Setup

First install the Enact CLI:

npm install -g @enact/cli

Then, install dependencies:

npm install

Before building, a root config.json file is needed to provide host address/port information. See example/config.json for an example.

Building

This project can be built via Enact CLI using:

npm run pack

To build in development mode with an integrated server, use:

npm run serve