Clone this repository and then run:
yarn install
You'll need at least Node LTS for this to work.
yarn build
You can run this either via yarn
:
yarn analyze:bat --debug --console two-fer ~/path/to/solution/folder
Or directly via the provided shell script:
./bin/analyze.sh two_fer ~/path/to/solution
Add the --debug
and --console
flags to get output in the terminal window.