build: add .gitignore, npm scripts, fix font-brand token, clear audit warnings
This commit is contained in:
@@ -65,7 +65,10 @@ NEVER use raw hex values in HTML — always use the token class names above.
|
||||
|
||||
```bash
|
||||
# Build CSS after editing src/input.css or tailwind.config.js
|
||||
npx tailwindcss -i src/input.css -o assets/site.css --minify
|
||||
npm run build:css
|
||||
|
||||
# Watch CSS during active development
|
||||
npm run watch:css
|
||||
|
||||
# Validate blog.json
|
||||
jq empty blog.json && echo "JSON valid"
|
||||
|
||||
Reference in New Issue
Block a user