Skip to content

Commit aa628f9

Browse files
authored
Merge pull request #89 from Danger-Noodle/master
Beta v2.0.0
2 parents 54d94f2 + 1d69482 commit aa628f9

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+3708
-18508
lines changed

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -483,4 +483,7 @@ ASALocalRun/
483483
React-Proto.dmg
484484
installers/
485485

486+
# yarn primary pkg mgr. npm lock file
487+
package-lock.json
488+
486489
# End of https://www.gitignore.io/api/node,linux,macos,windows,visualstudio,yarn

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,10 @@
66

77
React-Proto allows the user to visualize/setup their application architecture upfront and eject this architecture as application files either into a previous project or a new create-react-app project or a starter template from any repository.
88

9-
Download for [MacOS](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto-1.0.0.dmg), [Windows](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto.Web.Setup.1.0.0.exe), [Linux](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/react-proto_1.0.0_amd64.deb).
9+
Download for v1.0.0 [MacOS](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto-1.0.0.dmg), [Windows](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/React-Proto.Web.Setup.1.0.0.exe), [Linux](https://github.com/React-Proto/react-proto/releases/download/v1.0.0/react-proto_1.0.0_amd64.deb).
10+
11+
Download for v2.0.0-beta [MacOS](https://github.com/React-Proto/react-proto/releases/download/v2.0.0-beta/React-Proto-2.0.0.dmg), [Windows](https://github.com/React-Proto/react-proto/releases/download/v2.0.0-beta/react-proto-2.0.0-x86_64.AppImage), [Linux](https://github.com/React-Proto/react-proto/releases/download/v2.0.0-beta/react-proto_2.0.0_amd64.deb).
12+
1013
* Mac users only: for now you might need to go to your security settings to allow the app run on your system as we do not have an Apple license yet.
1114

1215
If you find any issues, [file issue](https://github.com/React-Proto/react-proto/issues)
@@ -48,6 +51,12 @@ If you find any issues, [file issue](https://github.com/React-Proto/react-proto/
4851

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

54+
[Adrian Sun](https://www.linkedin.com/in/adrian-sun/) [@adriansun1](https://github.com/adriansun1)
55+
56+
[Darryl Amour](https://www.linkedin.com/in/darryl-amour/) [@darryl-amour](https://github.com/darryl-amour)
57+
58+
[Frank Ma](https://www.linkedin.com/in/frankma2/) [@frankyma](https://github.com/frankyma)
59+
5160
## Running Your Own Version
5261

5362
- **Fork** and **Clone** Repository.

assets/dragging.gif

-15.5 MB
Loading

assets/export.gif

-10.3 MB
Loading

assets/hierarchy.gif

-23 MB
Loading

docs/assets/dragging.gif

-15.5 MB
Loading

docs/assets/export.gif

-10.3 MB
Loading

docs/assets/hierarchy.gif

-23 MB
Loading

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h3 class="detail-title">Quick Prototyping</h3>
7070
</div>
7171
</div>
7272
<div class="about-image">
73-
<img src="assets/dragging.gif" alt="">
73+
<img src="../assets/dragging.gif" alt="">
7474
</div>
7575
</div>
7676
<div class="about-container">
@@ -83,7 +83,7 @@ <h3 class="detail-title">Define component hierarchy </h3>
8383
</div>
8484
</div>
8585
<div class="about-image">
86-
<img src="assets/hierarchy.gif" alt="">
86+
<img src="../assets/hierarchy.gif" alt="">
8787
</div>
8888
</div>
8989
<div class="about-container">
@@ -96,7 +96,7 @@ <h3 class="detail-title">Export Files</h3>
9696
</div>
9797
</div>
9898
<div class="about-image">
99-
<img src="assets/export.gif" alt="">
99+
<img src="../assets/export.gif" alt="">
100100
</div>
101101
</div>
102102
</section>

electron-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ directories:
22
output: dist
33
buildResources: build
44
appId: com.eevee.react-proto
5-
copyright: Copyright © 2018
5+
copyright: Copyright © 2019
66
linux:
77
target:
88
- AppImage
@@ -29,4 +29,4 @@ dmg:
2929
'y': 150
3030
type: link
3131
path: /Applications
32-
electronVersion: 2.0.7
32+
electronVersion: 3.1.0

0 commit comments

Comments
 (0)