@@ -22,16 +22,10 @@ FossFLOW is a powerful, open-source Progressive Web App (PWA) for creating beaut
2222
2323## Quick Start
2424
25- ### Option 1: Use Online (Recommended)
26-
27- Visit the deployed version at: ` [your-deployment-url] `
28-
29- ### Option 2: Run Locally
30-
3125``` bash
3226# Clone the repository
33- git clone [repository-url]
34- cd fossflow-local
27+ git clone [[ repository-url]](https://github.com/stan-smith/FossFLOW)
28+ cd FossFLOW
3529
3630# Install dependencies
3731npm install
@@ -42,28 +36,6 @@ npm start
4236
4337Open [ http://localhost:3000 ] ( http://localhost:3000 ) in your browser.
4438
45- ### Option 3: Install as PWA
46-
47- 1 . Visit the app in Chrome or Edge
48- 2 . Click the install icon in the address bar
49- 3 . Or go to menu → "Install FossFLOW..."
50- 4 . Launch from your dock/desktop like a native app
51-
52- ## Example: E-Commerce Payment Flow
53-
54- FossFLOW comes with a comprehensive payment flow example that demonstrates advanced diagramming capabilities. This example shows:
55-
56- - ** 20+ Components** : From customers to banking APIs
57- - ** Multi-layered Architecture** : Frontend, backend, and infrastructure
58- - ** Security Flow** : Authentication and fraud detection
59- - ** Real-world Integrations** : CDN, cache, queue, monitoring
60- - ** Numbered Flow** : Step-by-step payment processing
61-
62- To load this example:
63- 1 . Click "Import" in the app
64- 2 . Select ` src/paymentFlowExample.json `
65- 3 . Explore the complete payment processing architecture
66-
6739## How to Use
6840
6941### Creating Diagrams
0 commit comments