Visualization toolkit for felicia
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 .
Before run node server, you need to run master_server_main. and then run node server like below.
cd backend
npm run start:prod