Official documentation site for Kaelum — a minimalist Node.js framework built on Express.
Built with Astro and Starlight, using Tailwind CSS v4.
npm install
npm run devThe site will be available at http://localhost:4321.
| Command | Action |
|---|---|
npm install |
Install dependencies |
npm run dev |
Start local dev server |
npm run build |
Build production site to ./dist/ |
npm run preview |
Preview production build locally |
src/
├── assets/ # Logo and static images
├── components/
│ ├── override-components/ # Starlight component overrides
│ └── user-components/ # Custom MDX components
├── config/ # Site, theme, sidebar, and nav config
├── content/docs/ # Documentation pages (MDX)
└── styles/ # Global CSS and Tailwind config
- Framework repository: kaelumjs/kaelum
- npm package: kaelum
MIT — see LICENSE.