Initial commit

This commit is contained in:
2022-08-07 15:11:40 +02:00
commit fc70e7a9f8
10 changed files with 2066 additions and 0 deletions

7
.gitignore vendored Normal file
View File

@@ -0,0 +1,7 @@
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Useful .gitignore templates: https://github.com/github/gitignore
node_modules
dist
.parcel-cache
.idea/