The about website for Mwmbl. Currently work-in-progress.
This website is generated with 11ty. Therefore, you'll need to install Bun (a Node.js-compatible runtime).
- Install dependencies (
bun i
) - Run it as a development server (
bunx eleventy --serve
) or build it without running (bunx eleventy
)