add initial project for frontend

Signed-off-by: Tobias Erbshäußer <tobias@tesoft.dev>
This commit is contained in:
2026-05-24 09:30:31 +02:00
commit b4b06bfa42
15 changed files with 3236 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ nodejs ];
}