* implement calculating integrity for script, stylesheet assets
* break out browser-sync loader script to its own file (instead of
inline)
* implement Content Security Policy that only allows BrowserSync scripts
and hooks to load from localhost when DevelMode is enabled (i.e. not
in production)
* add handlers for signin,singup,logout...
* introduce ent ORM and add user schema
* add live mode, devel mode to selectively turn on features via
config/flags
* add templates, handle embedding moar smarter:
* live mode uses live folder structure, else embedded templates are
used
* start using tailwindcss to style stuff
* add development goodies for hot-reloading (browser-sync - bs.js)
* pimp-up config.dhall with actual custom config Type (enables remote
schema and local values only as needed)
* add justfile (alternative to makefile for process automation)