Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 324 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 324 Bytes

Whaler UI

This is the visual disk-usage analyser frontend for whaler

Developing

yarn install
du -k -a . > public/du.txt # generate test data
yarn start

Testing with Whaler CLI

yarn dist
cp dist/html.tgz ../${WHALER}/src/whaler/static