build: add .gitignore, npm scripts, fix font-brand token, clear audit warnings

This commit is contained in:
Oliver
2026-03-27 16:30:07 -03:00
parent 4d2f57c20c
commit 3627c2c73d
5 changed files with 37 additions and 13 deletions
+2
View File
@@ -4,6 +4,8 @@
"description": "",
"main": "index.js",
"scripts": {
"build:css": "tailwindcss -i src/input.css -o assets/site.css --minify",
"watch:css": "tailwindcss -i src/input.css -o assets/site.css --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {