Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 869 Bytes

README.md

File metadata and controls

42 lines (26 loc) · 869 Bytes

eleventy-nunjucks-storybook

Use macro-based Nunjucks components with Eleventy and Storybook.

Links

Installation

Requirements

Steps

  1. Clone this repo
  2. Run npm install

Usage

To build the site from source, run:

npm run build

To watch changes to the site contents and run a small local web server, run:

npm run serve

To run Storybook:

npm run storybook