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.
- Install requirements, namely
node
npm
java
(JRE)
npm install yarn
(if you've got noyarn
)yarn install
- Copy
./gulpfile.js.sample
to./gulpfile.js
- Edit
./gulpfile.js
, adjustrootPath
to the correct path. yarn run gulp <tasks>
, refer here for<tasks>
.yarn run gulp webserver
; open http://localhost:3000
Come here more instructions.