Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damonsk/onlinewardleymaps
OnlineWardleyMaps.com - Draw Wardley Maps in seconds using this free online tool
https://github.com/damonsk/onlinewardleymaps
react simon-wardley wardley wardley-maps wardleymaps
Last synced: 4 days ago
JSON representation
OnlineWardleyMaps.com - Draw Wardley Maps in seconds using this free online tool
- Host: GitHub
- URL: https://github.com/damonsk/onlinewardleymaps
- Owner: damonsk
- License: mit
- Created: 2019-01-19T20:01:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T21:27:56.000Z (about 1 year ago)
- Last Synced: 2024-01-25T01:09:05.200Z (12 months ago)
- Topics: react, simon-wardley, wardley, wardley-maps, wardleymaps
- Language: JavaScript
- Homepage: https://onlinewardleymaps.com/
- Size: 10.5 MB
- Stars: 216
- Watchers: 16
- Forks: 57
- Open Issues: 44
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-wardley-maps - OnlineWardleyMaps - Online open source mapping tool. For updates follow [@MapsAsCode](https://twitter.com/MapsAsCode) on Twitter. Hosted version available [here](https://onlinewardleymaps.com/). Online documentation [Wardley Maps as Code](https://docs.onlinewardleymaps.com/). (Apps / Mapping)
- awesome-starred - damonsk/onlinewardleymaps - OnlineWardleyMaps.com - Draw Wardley Maps in seconds using this free online tool (react)
README
# OnlineWardleyMaps
[![Mentioned in Awesome Wardley Maps](https://awesome.re/mentioned-badge-flat.svg)](https://github.com/wardley-maps-community/awesome-wardley-maps#apps)
The source code that runs www.OnlineWardleyMaps.com.
Also available as a standalone Visual Studio Extension - [vscode-wardley-maps](https://github.com/damonsk/vscode-wardley-maps).
Developed by [@damonsk](https://twitter.com/damonsk).
Wardley Mapping courtesy of Simon Wardley, CC BY-SA 4.0. To learn more, see [Simon's book](https://medium.com/wardleymaps/on-being-lost-2ef5f05eb1ec).
## Running locally
Dependencies for running locally: Node.js and Yarn.
npm install yarn -g
Change directory to frontend.
cd frontend/
Install dependencies
yarn install
Commands:
To run locally, develop/edit. Open web browser @ http://localhost:3000
yarn dev
To create minified scripts/styling.
yarn build
To run all tests.
yarn test
To create package for use in [vscode-wardley-maps](https://github.com/damonsk/vscode-wardley-maps) or [obsidian-wardley-maps](https://github.com/damonsk/obsidian-wardley-maps).
yarn package
## Support the Project
If you find [obsidian-wardley-maps](https://github.com/damonsk/obsidian-wardley-maps), [OnlineWardleyMaps](https://github.com/damonsk/onlinewardleymaps) or [vscode-wardley-maps](https://github.com/damonsk/vscode-wardley-maps) valuable, consider supporting its development:
[![Patreon](https://c5.patreon.com/external/logo/become_a_patron_button.png)](https://www.patreon.com/mapsascode/overview)
Follow on X (Twitter) [@MapsAsCode](https://x.com/mapsascode) for updates and announcements!
Your support helps maintain and improve this plugin as well as OnlineWardleyMaps and vscode-wardley-maps. Every contribution is appreciated. Thank you for your support!