Add frontend JS and improve post styling

Frontend is built with Bun. It uses Stimulus to progressively enhance
the server-built HTML. Currently, it only replaces UTC timestamps from
the server with the time in the browser's timezone.
This commit is contained in:
2023-06-27 14:03:52 -04:00
parent 7e06d23bba
commit 76cc87631f
15 changed files with 331 additions and 4 deletions

4
justfile Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env just --justfile
build-frontend:
bun build frontend/index.ts --outdir ./static/js --entry-naming [name]-[hash].[ext]