3
4
Fork
You've already forked worm-blossom.org
2
Source code for worm-blossom.org https://worm-blossom.org
  • JavaScript 99.2%
  • TypeScript 0.6%
  • HTML 0.2%
2026年07月12日 01:32:01 +02:00
src Merge arg into y26w28 2026年07月12日 01:30:08 +02:00
.gitignore Add .gitignore for the build directory 2025年10月08日 00:13:28 +02:00
deno.json Update projects page with sneakerweb 2026年07月03日 17:24:58 +02:00
deno.lock Update projects page with sneakerweb 2026年07月03日 17:24:58 +02:00
README.md Pull in macromania packages from jsr, no more local dependencies 2025年10月10日 22:49:10 +02:00
server.ts Some more styling + logo 2025年11月05日 13:44:49 +01:00

worm-blossom.org

Source code for the https://worm-blossom.org/ website.

Run deno task build or deno task watch to build the site, run deno task serve for a preview webserver.

See src/main.tsx for the entrypoint; it evaluates the pages we have and writes them to a build directory. It also copies the contents of the src/assets directory to build/assets.

src/assets/goldbox is a copy of the beepbox-mod goldbox, originally hosted at https://aurysystem.github.io/goldbox. We added some CSS styling to src/assets/goldbox/player/index.html to hide some unnecessary controls for when embedding this in an iframe, and added added a light theme that fits our website.