Skip to content

Commit d3ff7c3

Browse files
Readme update for how to run application from cli.
1 parent d25f571 commit d3ff7c3

File tree

3 files changed

+10
-8
lines changed

3 files changed

+10
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ If you find any issues, [file issue](https://github.com/React-Proto/react-proto/
1212

1313
## How To Use
1414

15+
- Application can be run from cli using ```react-proto``` command or by clicking on the application icon.
16+
1517
- To start a new project, either import a mockup or start with a blank stage.
1618

1719
- Add components you would like to create using the input, then drag the component frame into place and resize accordingly.
@@ -35,7 +37,6 @@ If you find any issues, [file issue](https://github.com/React-Proto/react-proto/
3537

3638
<img src="https://github.com/React-Proto/react-proto/blob/master/assets/export.gif"/>
3739

38-
3940
- Lastly, start building!
4041

4142
## Authors
@@ -46,7 +47,6 @@ If you find any issues, [file issue](https://github.com/React-Proto/react-proto/
4647

4748
[Erik Guntner](https://www.linkedin.com/in/erik-guntner-9aa324b9/) [@erikguntner](https://github.com/erikguntner)
4849

49-
5050
## Running Your Own Version
5151

5252
- **Fork** and **Clone** Repository.
@@ -95,11 +95,11 @@ yarn test
9595

9696
## Built With
9797

98-
* [React](https://reactjs.org/) - Framework for building user interaces
99-
* [Redux](https://redux.js.org/) - Predictable state container for JavaScript apps
100-
* [Electron](https://electronjs.org/) - Cross-platform desktop apps with HTML, CSS and JS
101-
* [KonvaJS](https://konvajs.github.io/) - HTML5 2d canvas library for desktop and mobile applications
102-
* [React-Sortable-Tree](https://github.com/frontend-collective/react-sortable-tree#options) - Drag-and-drop sortable component for nested data and hierarchies
98+
- [React](https://reactjs.org/) - Framework for building user interaces.
99+
- [Redux](https://redux.js.org/) - Predictable state container for JavaScript apps.
100+
- [Electron](https://electronjs.org/) - Cross-platform desktop apps with HTML, CSS and JS.
101+
- [KonvaJS](https://konvajs.github.io/) - HTML5 2d canvas library for desktop and mobile applications.
102+
- [React-Sortable-Tree](https://github.com/frontend-collective/react-sortable-tree#options) - Drag-and-drop sortable component for nested data and hierarchies.
103103

104104
## Acknowledgments
105105

electron-builder.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ mac:
1414
nsis:
1515
createStartMenuShortcut: true
1616
createDesktopShortcut: true
17+
runAfterFinish: true
1718
win:
1819
target: nsis-web
1920
files:

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@
2424
},
2525
"nsis": {
2626
"createStartMenuShortcut": true,
27-
"createDesktopShortcut": true
27+
"createDesktopShortcut": true,
28+
"runAfterFinish": true
2829
},
2930
"win": {
3031
"target": "nsis-web"

0 commit comments

Comments
 (0)