|
1 |
| - |
2 | 1 | <p align="center">
|
3 | 2 | <img width="50" src="https://github.com/team-reactype/ReacType/blob/master/src/public/icons/png/256x256.png?raw=true">
|
4 | 3 | <h1 align="center">ReacType </h1>
|
|
7 | 6 | [](https://github.com/team-reactype/ReacType/pulls)
|
8 | 7 | 
|
9 | 8 |
|
10 |
| -**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**. |
| 9 | +**ReacType** is a visual prototyping tool for developers employing **React** component architecture alongside the comprehensive type checking of **TypeScript**. |
11 | 10 | In other words, **you can draw prototypes and export React / Typescript code!**
|
12 | 11 |
|
13 | 12 | **ReacType** allows the user to _visualize_ their application architecture dynamically, employing a _canvas display_, an _application tree_, and a _real-time component code preview_. The user can create components and load _instances_ of these components, as well as nested HTML elements, onto the canvas. This architecture can then be _exported_ as TypeScript application files to be used as a starter template for any repository.
|
14 | 13 |
|
15 | 14 | Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.Version.1.0), [Windows](https://github.com/team-reactype/ReacType/releases/tag/Win.Version.1.0), [Linux](https://github.com/team-reactype/ReacType/releases/tag/Linux.Version.1.0).
|
16 | 15 |
|
17 |
| -* **Mac users**: 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. |
| 16 | +- **Mac users**: 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. |
18 | 17 |
|
19 | 18 | 
|
20 | 19 |
|
@@ -47,45 +46,37 @@ Download for [MacOS](https://github.com/team-reactype/ReacType/releases/tag/Mac.
|
47 | 46 | 1. Export a new project with TypeScript config files and the component files. This option will allow a developer to immediately begin a new project.
|
48 | 47 |
|
49 | 48 | #### Contributors
|
| 49 | +[Adam Singer](https://linkedin.com/in/adsing) [@spincycle01](https://github.com/spincycle01) |
| 50 | + |
| 51 | +[Charles Finocchiaro](https://www.linkedin.com/in/charles-finocchiaro-62440040/) [@null267](https://github.com/null267) |
| 52 | + |
| 53 | +[Chelsey Fewer](https://www.linkedin.com/in/chelsey-fewer/) [@chelseyeslehc](https://github.com/chelseyeslehc) |
50 | 54 |
|
51 | 55 | [Christian Padilla](https://linkedin.com/in/ChristianEdwardPadilla) [@ChristianEdwardPadilla](https://github.com/ChristianEdwardPadilla)
|
52 | 56 |
|
53 |
| -[Tolga Mizrakci](https://linkedin.com/in/tolga-mizrakci) [@tolgamizrakci](https://github.com/tolgamizrakci) |
| 57 | +[Mitchel Severe](https://www.linkedin.com/in/misevere/) [@mitchelsevere](https://github.com/mitchelsevere) |
| 58 | + |
| 59 | +[Natalie Vick](https://www.linkedin.com/in/vicknatalie/) [@natattackvick](https://github.com/natattackvick) |
| 60 | + |
| 61 | +[Nel Malikova](https://www.linkedin.com/in/gmalikova/) [@gmal1](https://github.com/gmal1) |
54 | 62 |
|
55 | 63 | [Shlomo Porges](https://linkedin.com/shlomoporges) [@shlomoporges](https://github.com/ShlomoPorges)
|
56 | 64 |
|
57 |
| -[Adam Singer](https://linkedin.com/in/adsing) [@spincycle01](https://github.com/spincycle01) |
| 65 | +[Sophia Huttner](https://www.linkedin.com/in/sophia-huttner-68315975/) [@sophjean](https://github.com/sophjean) |
| 66 | + |
| 67 | +[Tolga Mizrakci](https://linkedin.com/in/tolga-mizrakci) [@tolgamizrakci](https://github.com/tolgamizrakci) |
58 | 68 |
|
59 |
| -[Nel Malikova](https://www.linkedin.com/in/gmalikova/) [@gmal1](https://github.com/gmal1) |
60 | 69 |
|
61 | 70 | ## To Run Your Own Version
|
62 | 71 |
|
63 | 72 | - **Fork** and **Clone** Repository.
|
64 | 73 | - Open project directory
|
65 | 74 | - Install dependencies
|
66 | 75 |
|
67 |
| -```bash |
68 |
| -yarn install |
69 |
| -``` |
| 76 | +## License |
70 | 77 |
|
71 |
| -- Run application |
| 78 | +This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/team-reactype/ReacType/blob/development/LICENSE.md) file for details. |
72 | 79 |
|
73 |
| -```bash |
74 |
| -yarn start |
75 | 80 | ```
|
76 | 81 |
|
77 |
| -- For development experience, in one terminal... |
78 |
| - |
79 |
| -```bash |
80 |
| -yarn run dev |
81 | 82 | ```
|
82 |
| - |
83 |
| -- and on another terminal |
84 |
| - |
85 |
| -```bash |
86 |
| -yarn run electron |
87 |
| -``` |
88 |
| - |
89 |
| -## License |
90 |
| - |
91 |
| -This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/team-reactype/ReacType/blob/development/LICENSE.md) file for details. |
0 commit comments