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
Chris 47543076bb
All checks were successful
Build and push / Pulling repo on server (push) Successful in 2s
fixed home
2023-10-20 20:50:07 +02:00
.gitea/workflows build and push always 2023-10-20 20:48:58 +02:00
.vscode fine tuning 2023-10-20 20:41:49 +02:00
tools more details where to look for styles 2023-10-20 20:48:34 +02:00
web fixed home 2023-10-20 20:50:07 +02:00
README.md kinda working 2023-10-18 22:42:01 +02:00

Dogstats dingsi

Techstack

Start Dev

Beim ersten Start

Config file erstellen bzw kopieren

  1. cd web/api/inc
  2. Datei example.config.inc.php umbenennen auf config.inc.php
  3. Gegebenenfalls Werte anpassen in der Config

Composer sachen holen

  1. cd web/api/inc
  2. composer install

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