Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.23 KB

File metadata and controls

30 lines (19 loc) · 1.23 KB

starkow.dev monorepo

this is monorepo of starkow.dev and other subdomain websites.

shoutbox reactions

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.

where is the server-side?

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