Skip to content

jaskfla/lai.nz

Repository files navigation

*️⃣ Prereq

Install Bun:1

curl -fsSL https://bun.sh/install | bash

Or, if you prefer Homebrew: brew install oven-sh/bun/bun

Then install dependencies:

bun install

Make sure you’re using the right version of Node:2

nvm use

This might prompt you to nvm install.

🚀 Deployment

🏗️ To build

bun run build

Then peep the freshly minted /_site/ folder.

👟 To run

bun run start

Footnotes

  1. If you know what you’re doing, go ahead and use pnpm/yarn/npm. It might not stick, but for now I’m having fun with Bun.

  2. I’d like to give the buntime Bun runtime a proper go at some point, but Eleventy assumes Node (which is fair enough). If using Deno, I’ll leave you to figure things out yourself—let me know how that goes!