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
- Host: GitHub
- URL: https://github.com/bavix/boxpacker3-ui
- Owner: bavix
- License: mit
- Created: 2023-08-07T19:45:21.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-07-04T13:53:58.000Z (11 months ago)
- Last Synced: 2025-07-04T15:19:13.651Z (11 months ago)
- Topics: binpack, binpacking, boxpacker, uikit, user-interface
- Language: JavaScript
- Size: 13.9 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
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
```