Initial commit

This commit is contained in:
Markus Nellen-Schmitz
2025-05-26 16:58:58 +02:00
parent 7f76e44238
commit c89afcb167
17 changed files with 2685 additions and 93 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# node modules
node_modules
# build path
dist
# environmental variables
.env
# yarn error log
yarn-error.log
# vscode config
.vscode
#coverage
coverage