The GitHub Pages site for the RunCat Developers organization, served at https://runcat-dev.github.io/.
It is an onboarding page introducing the community and its projects (RunCat Neo for macOS, RunCat 365 for Windows, gba-runcat, playdate-runcat).
The site is built with lobster.js, a browser-side Markdown renderer. There is no build step — all page copy lives in content.md, which lobster.js fetches and renders at runtime.
index.html— lobster.js shellcontent.md— page content (lobster.js extended Markdown)style.css— styles targeting lobster.js'slbs-*classes
python3 -m http.server 8000 # then open http://localhost:8000/file:// will not work — lobster.js fetches content.md over HTTP.
Push to main. GitHub Pages (Source = main / root) rebuilds automatically.
Released under the MIT License.