• Stars
    star
    200
  • Rank 195,325 (Top 4 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created almost 6 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

OnlineWardleyMaps.com - Draw Wardley Maps in seconds using this free online tool

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