Compare commits

...

2 Commits

Author SHA1 Message Date
657b0ac020 windows info
All checks were successful
Build and push / Pulling repo on server (push) Successful in 19s
2023-10-22 12:12:11 +02:00
885d7fb777 better link 2023-10-22 12:11:09 +02:00

View File

@ -5,7 +5,7 @@ https://gitea.haschek.at/Crispi/dogstats
## Techstack
- [HTMX](https://htmx.org/docs/)
- [Tailwind](https://tailwindcss.com/docs/utility-first)
- [Tailwind](https://flowbite.com/docs/components/)
## Start Dev
@ -24,6 +24,13 @@ Erst Tailwind starten
1. `cd tools`
2. `./tailwindcss-linux-x64 -i ../web/css/input.css -o ../web/css/output.css --watch`
### Windows
Erst Tailwind starten
1. `cd tools`
2. `tailwindcss-windows-x64.exe -i ../web/css/input.css -o ../web/css/output.css --watch`
In zweitem Terminal dann Webserver starten
1. `cd web`