Initial commit

This commit is contained in:
2020-12-10 16:54:02 +01:00
commit 4a4a26c2bd
34 changed files with 96881 additions and 0 deletions

11
Makefile Normal file
View File

@ -0,0 +1,11 @@
build:
npm run build
watch:
npm run watch
test:
npm test
dev-server:
./node_modules/.bin/http-server .