https://github.com/treebeardtech/whaler-ui
https://github.com/treebeardtech/whaler-ui
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/treebeardtech/whaler-ui
- Owner: treebeardtech
- Created: 2020-12-24T13:10:59.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-31T16:28:59.000Z (about 5 years ago)
- Last Synced: 2025-01-07T22:11:08.434Z (about 1 year ago)
- Language: TypeScript
- Size: 1.09 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```