this is monorepo of starkow.dev and other subdomain websites.
the shoutbox reactions are pre-rendered from apple color emoji so everyone sees the same glyphs.
each entry in ALLOWED_REACTIONS is mapped to its unicode codepoints, rendered at 128×128 against a local apple color emoji font,
and written to apps/starkow.dev/public/reactions/. the frontend loads the png and falls back to the native emoji on error.
server-side is not exposed in this repository. it might be at some point, but currently - no, it's not there.
actually, this repository is not even the origin; the origin is located
at git.nova.tokyo/alice/starkow.dev which you don't have access to.
it exposes server-side and all hidden folders/files, but then there's this scripts/mirror-to-github.sh script that
i run every time i push to git.nova.tokyo which edits commits and hides
everything that i chose to hide. 😈😈😈
made by starkow