All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 38s
To use this run ``` cd themes/congo npm install ``` once. Afterwards run ``` npm run dev ``` in the root of the project.
10 lines
556 B
JSON
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"
|
|
}
|
|
}
|