Source Code Comprehension Toolkits (SCCT)
#!/bin/bash
SELF=$(cd `dirname $0`/..; pwd)
cd $SELF
npm install
bash $SELF/script/build.sh
FLAME_STATIC_DIR=$SELF/dist/static \
FLAME_PROVIDER_CONFIG=/path/to/config.json.example \
node $SELF/dist/index.js