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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e394633 · Mar 8, 2019

History

53 Commits
Jun 16, 2018
Jun 12, 2018
May 24, 2018
Mar 7, 2019
Jun 14, 2018
Jun 12, 2018
Jun 12, 2018
May 24, 2018
Aug 31, 2018
Jun 12, 2018
Mar 7, 2019
Mar 7, 2019
Jun 19, 2018

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