Initial empty app

This commit is contained in:
MattIPv4
2020-04-27 20:20:51 +01:00
commit 9e615bb036
16 changed files with 8787 additions and 0 deletions

9
.gitignore vendored Normal file
View File

@@ -0,0 +1,9 @@
node_modules/
.cache/
dist/
dev/
.idea/
.vscode/
build/base.html
build/svg/
.DS_Store