beginning of large-scale redesign

This commit is contained in:
Alec
2021-11-08 18:26:07 -05:00
parent ee931f1034
commit f861339884
99 changed files with 436 additions and 13683 deletions

View File

@@ -4,7 +4,10 @@
"description": "",
"main": "index.js",
"scripts": {
"test": "jasmine"
"start": "node server/main.js",
"test": "jasmine && node browsertest.js openBrowser socket",
"test:unit": "jasmine",
"test:e2e": "node browsertest.js"
},
"author": "",
"license": "ISC",