mirror of
https://github.com/shadoll/sLogos.git
synced 2025-12-20 03:26:59 +00:00
fix: Update Makefile and documentation for logo scanning command
This commit is contained in:
@@ -34,7 +34,7 @@ No local Node.js installation is required as all operations run inside Docker co
|
||||
1. Add logo files (SVG or PNG preferred) to the `public/logos/` directory
|
||||
2. Scan the logos directory and update the data file:
|
||||
```
|
||||
make scan-logos-dev
|
||||
make scan-logos
|
||||
```
|
||||
(This runs `npm run scan-logos` inside the dev container)
|
||||
3. The application will automatically rebuild with the new logos
|
||||
@@ -110,7 +110,7 @@ Run `make help` to see all available commands:
|
||||
- `make restart` - Restart the application
|
||||
- `make logs` - View the application logs
|
||||
- `make run CMD=<cmd>` - Run a command in the container
|
||||
- `make scan-logos-dev` - Scan logos directory and update logos.json
|
||||
- `make scan-logos` - Scan logos directory and update logos.json
|
||||
- `make clean` - Clean up build artifacts
|
||||
- `make rebuild` - Completely rebuild from scratch
|
||||
|
||||
|
||||
Reference in New Issue
Block a user