Initial commit

Signed-off-by: 0xf8 <0xf8.dev@proton.me>
This commit is contained in:
2023-02-25 12:24:57 -05:00
commit 3e3361ddbc
51 changed files with 8704 additions and 0 deletions

7
dev Executable file
View File

@@ -0,0 +1,7 @@
#! /usr/bin/bash
cd web
yarn dev&
sleep 1
cd ../srv
yarn dev