The most minimal EmDash template. A single index page with EmDash wired up and nothing else. No seed data, no layouts, no components -- start from scratch with full control.
- Single
index.astropage - EmDash integration configured
- TypeScript and live config boilerplate
- Runtime: Node.js
- Database: SQLite (local file)
- Storage: Local filesystem
- Framework: Astro with
@astrojs/node
pnpm install
pnpm bootstrap
pnpm devOpen http://localhost:4321 for the site and http://localhost:4321/_emdash/admin for the CMS.