Skip to content

ashur/eleventy-nunjucks-storybook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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