# flame **Repository Path**: mtgoc/flame ## Basic Information - **Project Name**: flame - **Description**: mirror of github.com/dna2zodiac/flame - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-29 - **Last Updated**: 2022-02-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # flame 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 ```