Compare commits
2 Commits
1081f005aa
...
657b0ac020
Author | SHA1 | Date | |
---|---|---|---|
657b0ac020 | |||
885d7fb777 |
@ -5,7 +5,7 @@ https://gitea.haschek.at/Crispi/dogstats
|
|||||||
## Techstack
|
## Techstack
|
||||||
|
|
||||||
- [HTMX](https://htmx.org/docs/)
|
- [HTMX](https://htmx.org/docs/)
|
||||||
- [Tailwind](https://tailwindcss.com/docs/utility-first)
|
- [Tailwind](https://flowbite.com/docs/components/)
|
||||||
|
|
||||||
## Start Dev
|
## Start Dev
|
||||||
|
|
||||||
@ -24,6 +24,13 @@ Erst Tailwind starten
|
|||||||
1. `cd tools`
|
1. `cd tools`
|
||||||
2. `./tailwindcss-linux-x64 -i ../web/css/input.css -o ../web/css/output.css --watch`
|
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
|
In zweitem Terminal dann Webserver starten
|
||||||
|
|
||||||
1. `cd web`
|
1. `cd web`
|
||||||
|
Reference in New Issue
Block a user