Initial commit!

This commit is contained in:
lishid 2020-10-25 16:55:59 -04:00
commit ed3770792a
8 changed files with 1627 additions and 0 deletions

11
.gitignore vendored Normal file
View file

@ -0,0 +1,11 @@
# Intellij
*.iml
.idea
# npm
node_modules
package-lock.json
# build
main.js
*.js.map