Skip to content

Latest commit

 

History

History

README.md

EmDash Blank Template

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.

What's Included

  • Single index.astro page
  • EmDash integration configured
  • TypeScript and live config boilerplate

Infrastructure

  • Runtime: Node.js
  • Database: SQLite (local file)
  • Storage: Local filesystem
  • Framework: Astro with @astrojs/node

Getting Started

pnpm install
pnpm bootstrap
pnpm dev

Open http://localhost:4321 for the site and http://localhost:4321/_emdash/admin for the CMS.

See Also