Initial Commit

This commit is contained in:
2020-09-17 21:59:10 +02:00
commit 22435ca3fb
130 changed files with 91018 additions and 0 deletions

5
.eslintignore Normal file
View File

@@ -0,0 +1,5 @@
node_modules/**
client/node_modules/**
client/out/**
server/node_modules/**
server/out/**