This is a demo page and REPL, to be hosted by Github Pages, of the Blockdown syntax.
Blockdown is Markdown-like syntax that supports defining blocks of text.
Install all dependencies:
npm install
Run the dev server:
npm run dev
Build for production:
npm run build