# Dogstats dingsi ## Techstack - [HTMX](https://htmx.org/) - [Tailwind](https://tailwindcss.com/) ## Start Dev ### Linux Erst Tailwind starten 1. `cd tools` 2. `./tailwindcss-linux-x64 -i ../web/css/input.css -o ../web/css/output.css --watch` In zweitem Terminal dann Webserver starten 1. `cd web` 2. `php -S localhost:8080` 3. Browser auf http://localhost:8080 öffnen