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

https://github.com/bavix/boxpacker3-ui


https://github.com/bavix/boxpacker3-ui

binpack binpacking boxpacker uikit user-interface

Last synced: 11 months ago
JSON representation

Awesome Lists containing this project

README

          

# boxpacker3-ui

Debug helper boxpacker3

### Usage

```sh
go install github.com/bavix/boxpacker3-ui@latest
```

Service start (default port `8080`):
```sh
boxpacker3-ui
```

If you want to run on a different port, then run like this:
```sh
PORT=4000 boxpacker3-ui
```