Skip to content

damonsk/onlinewardleymaps

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.

OnlineWardleyMaps

Mentioned in Awesome Wardley Maps

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.

Running locally

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