Code Forensics wrapper

This project wraps Code Forensics in an easy to setup and use manner.

This is pre-configured to optimize for analyzing Python or Javascript code bases.

Setup

  1. Install requirements, namely
  • node
  • npm
  • java (JRE)
  1. npm install yarn (if you've got no yarn)
  2. yarn install

How To Use

  1. Copy ./gulpfile.js.sample to ./gulpfile.js
  2. Edit ./gulpfile.js, adjust rootPath to the correct path.
  3. yarn run gulp <tasks>, refer here for <tasks>.
  4. yarn run gulp webserver; open http://localhost:3000

Come here more instructions.