Skip to content
This repository was archived by the owner on Apr 28, 2020. It is now read-only.

Commit e8a2de9

Browse files
committed
Fix readme layout
1 parent b839b06 commit e8a2de9

File tree

1 file changed

+6
-18
lines changed

1 file changed

+6
-18
lines changed

README.md

Lines changed: 6 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@ For only using the onEditor and onBrowser SVG generation follow the <a href="htt
1111
- Write Javascript.
1212
- Select a function or object or entire file.
1313
- Hit ctrl-f1.
14-
- Choose either 'Flowmake onEditor' or 'Flowmake onEditor'.
15-
- 'Flowmake onEditor' generates the SVG layout in side column of editor itself.
16-
- 'Flowmake onBrowser' strats a node server on localhost with port 8080 to view and download the SVG code.
14+
- Choose 'Flowmake magic'.
15+
- 'Flowmake magic' generates the SVG layout in side column of editor itself.
1716

1817
## Installation
1918

2019
Clone the source locally:
2120
```
22-
$ git clone https://github.com/aryaminus/flowmaker
21+
$ git clone -b livepreview https://github.com/aryaminus/flowmaker/tree/livepreview
2322
$ cd flowmaker
2423
$ npm install
2524
```
@@ -28,39 +27,28 @@ $ npm install
2827
```
2928
hit Ctrl+f5
3029
hit Fn+f1 or F1
31-
choose Flowmake onEditor or Flowmake onBrowser
30+
choose 'Flowmake Magic'
3231
```
3332
or from VS-Code Market:
3433
```
35-
downlodd Flowmaker extension
34+
download Flowmaker extension
3635
hit Fn+f1 or F1
37-
choose Flowmake onEditor or Flowmake onBrowser
36+
choose Flowmake onEditor
3837
```
3938
## Packages:
4039
1. <a href="https://github.com/Bogdan-Lyashenko/js-code-to-svg-flowchart" target="_blank">js2flowchart</a>
4140
2. <a href="https://github.com/GramParallelo/atom-js-code-to-svg-to-preview" target="_blank">atom-js-code-to-svg-to-preview</a>
42-
3. <a href="https://github.com/expressjs/express" target="_blank">express</a>
43-
4. <a href="https://github.com/socketio/socket.io" target="_blank">socket.io</a>
4441

4542
## Features
4643

4744
[![onEditor demo](https://i.imgur.com/F3LC8LA.png)](https://i.imgur.com/F3LC8LA.png)
4845

49-
[![onBrowser demo](https://i.imgur.com/Hw9SZ5M.png)](https://i.imgur.com/Hw9SZ5M.png)
50-
5146
### TODO:
5247
- [ ] JSX support
5348
- [ ] Flow,CLI and Typescript support
5449
- [ ] Chrome extension for dev-tools
5550
- [ ] Fetching SVG to generate and manipulate code to genrate code from flowchart
5651

57-
## Requirements
58-
59-
1. Node server installed
60-
2. Socket.io and express installed ie.
61-
```
62-
npm install --save express socket.io
63-
```
6452

6553
-----------------------------------------------------------------------------------------------------------
6654

0 commit comments

Comments
 (0)