Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 360 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 360 Bytes

about.mwmbl.org

The about website for Mwmbl. Currently work-in-progress.

How to setup

This website is generated with 11ty. Therefore, you'll need to install Bun (a Node.js-compatible runtime).

  1. Install dependencies (bun i)
  2. Run it as a development server (bunx eleventy --serve) or build it without running (bunx eleventy)