This repository has been archived on 2023-12-29. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
2023-10-18 16:12:47 +02:00
tools init! 2023-10-18 16:12:47 +02:00
web init! 2023-10-18 16:12:47 +02:00
README.md init! 2023-10-18 16:12:47 +02:00

Dogstats dingsi

Techstack

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