feat: initial template

Signed-off-by: kjuulh <contact@kjuulh.io>
This commit is contained in:
2023-06-04 12:37:22 +02:00
commit 337642c35f
20 changed files with 3287 additions and 0 deletions

3
scripts/tailwind:build.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
tailwind -i ./input.css -o ./style/output.css

3
scripts/tailwind:watch.sh Executable file
View File

@@ -0,0 +1,3 @@
#!/bin/bash
tailwind -i ./input.css -o ./style/output.css --watch