www-from-model/package.json
Michael Hanke d409f1658b
All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 38s
chore: tooling to tailor CSS
To use this run

```
cd themes/congo
npm install
```

once.

Afterwards run

```
npm run dev
```

in the root of the project.
2026-02-24 12:00:22 +01:00

10 lines
556 B
JSON

{
"name": "psyinf-website",
"version": "1.0.0",
"description": "",
"scripts": {
"server": "hugo server -b http://localhost -p 8000",
"dev": "NODE_ENV=development ./themes/congo/node_modules/tailwindcss/lib/cli.js -c ./themes/congo/tailwind.config.js -i ./themes/congo/assets/css/main.css -o ./assets/css/compiled/main.css --jit -w",
"build": "NODE_ENV=production ./themes/congo/node_modules/tailwindcss/lib/cli.js -c ./themes/congo/tailwind.config.js -i ./themes/congo/assets/css/main.css -o ./assets/css/compiled/main.css --jit"
}
}