Skip to content

Commit 2ed6653

Browse files
authored
Merge pull request #42 from darryl-amour/export
Export
2 parents 0a7b7dd + 2483a1d commit 2ed6653

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

+10-1
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.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
"Brian Taylor <brianwtaylor@protonmail.com> (https://www.linkedin.com/in/brianwtaylor/)",
7070
"Erik Guntner <erikguntner@gmail.com> (https://www.linkedin.com/in/erik-guntner-9aa324b9/)",
7171
"Frank Ma <yurenfrankma@gmail.com> (https://www.linkedin.com/in/frankma2/)",
72-
"Darryl Amour <darryl.amour@gmail.com> (https://www.linkedin.com/in/darryl-amour-79455222)",
72+
"Darryl Amour <darryl.amour@gmail.com> (https://www.linkedin.com/in/darryl-amour)",
7373
"Adrian Sun <adriansun2@gmail.com> (https://www.linkedin.com/in/adrian-sun-b8b2a3124/)"
7474
],
7575
"license": "MIT",

0 commit comments

Comments
 (0)