better-ccflare 1.2.35 → 1.2.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/better-ccflare +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -126,10 +126,15 @@ git clone https://github.com/tombii/better-ccflare
|
|
|
126
126
|
cd better-ccflare
|
|
127
127
|
bun install
|
|
128
128
|
|
|
129
|
+
# Build dashboard and TUI (required before first run)
|
|
130
|
+
bun run build
|
|
131
|
+
|
|
129
132
|
# Start better-ccflare (TUI + Server)
|
|
130
133
|
bun run better-ccflare
|
|
131
134
|
```
|
|
132
135
|
|
|
136
|
+
**Note**: You must run `bun run build` at least once to build the dashboard files before starting the server. This can also be done by running `bun run better-ccflare` which includes the build step.
|
|
137
|
+
|
|
133
138
|
### Docker (Multi-Platform: linux/amd64, linux/arm64)
|
|
134
139
|
|
|
135
140
|
```bash
|
package/dist/better-ccflare
CHANGED
|
Binary file
|
package/package.json
CHANGED