The source code that runs www.OnlineWardleyMaps.com.
Also available as a standalone Visual Studio Extension - vscode-wardley-maps.
Developed by @damonsk.
Wardley Mapping courtesy of Simon Wardley, CC BY-SA 4.0. To learn more, see Simon's book.
Dependancies for running locally. NodeJS and Yarn.
npm install yarn -g
Install dependencies
yarn install
Commands:
To run locally, develop/edit. Open web browser @ http://localhost:3000
yarn start
To create minified scripts/styling.
yarn build
To run all tests.
yarn test
To start storybook.
yarn run storybook
To create package for use in vscode-wardley-maps.
yarn package