Skip to content
/ face Public

An adorable expressive face that anyone can love.

License

Notifications You must be signed in to change notification settings

enactjs/face

Repository files navigation

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