Converted sample project into an almost working Svelte / Meteor project. Needs to fix the login/logout code, the camera code, and add Chromebook history when the QR Code is scanned.

This commit is contained in:
2022-04-02 10:29:35 -07:00
parent 9e0e231152
commit 038c68f618
34 changed files with 3997 additions and 101 deletions

View File

@@ -1,8 +1,8 @@
<head>
<title>District Central</title>
<title>District Central</title>
</head>
<body>
<div id="app"></div>
<div id="app"></div>
</body>