Initial commit.
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
This commit is contained in:
commit
19da15822c
192 changed files with 14974 additions and 0 deletions
10
package.json
Normal file
10
package.json
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"name": "public",
|
||||
"dependencies": {
|
||||
"tailwindcss": "^3.3.5"
|
||||
},
|
||||
"scripts": {
|
||||
"build": "tailwind -c tailwind.config.js -i www/css/input.css -o www/css/style.css --minify",
|
||||
"watch": "tailwind -c tailwind.config.js -i www/css/input.css -o www/css/style.css --minify --watch"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue