Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (12 loc) · 1.04 KB

evolutionary-characteristics

A simple tool to help with identifying the evolutionary stage of an activity. See it live at learnwardleymapping.com.

This work is adapted from Finding a Path by Simon Wardley, and thereby licensed Creative Commons Attribution-Share Alike 4.0.

Editing

A rewrite to Bootstrap 4 with templating via Mustache has resulted in a new render pipeline for dev:

  1. npm install
  2. npm run watch
  3. Make changes to .json or .mustache files
  4. See changes reflected in index.html

Data

A data pipeline also exists, pulling in information from Tasshin Fogleman's Wardley Maps Strategy Cycle Spreadsheet.

The resulting json data is committed to the repository. If it is out of date, a fresh set can be imported with: npm run import.