feat: add first version of TougliGui with same features as on google sheet

This commit is contained in:
2026-04-21 22:02:20 +02:00
parent 79d5c4baaa
commit f571d8bb3f
53 changed files with 12416 additions and 0 deletions

8
run.sh Executable file
View File

@ -0,0 +1,8 @@
#!/bin/bash
export PATH="/home/anthony/.config/JetBrains/WebStorm2026.1/node/versions/24.14.1/bin:$HOME/.cargo/bin:$PATH"
export DISPLAY=:0
export GDK_BACKEND=x11
export WEBKIT_DISABLE_DMABUF_RENDERER=1
cd "$(dirname "$0")"
exec npm run tauri dev