Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 598 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 598 Bytes

Felicia-viz

Overview

Visualization toolkit for felicia

How to build

npm install
npm run bootstrap
npm run build

And then you should prepare felicia_js.node. You should copy the output to felicia root like below.

cp bazel-bin/felicia/js/felicia_js.node .

How to run

Before run node server, you need to run master_server_main. and then run node server like below.

cd backend
npm run start:prod

Contents

  1. How to use
  2. Contribution