An open API service indexing awesome lists of open source software.

https://github.com/treebeardtech/whaler-ui


https://github.com/treebeardtech/whaler-ui

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Whaler UI

This is the visual disk-usage analyser frontend for [whaler](https://github.com/treebeardtech/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
```