Initial setup

This commit is contained in:
ireic
2019-11-20 17:41:56 +01:00
commit 9edb74c2df
9 changed files with 3547 additions and 0 deletions

12
.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# dependencies
/node_modules
# misc
.DS_Store
# environment config
.env
# production
/build
npm-debug.log*