Skip to content

Commit 0155223

Browse files
testing ownership change
1 parent 49132dc commit 0155223

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
<p align="center">
32
<img width="50" src="https://github.com/team-reactype/ReacType/blob/master/src/public/icons/png/256x256.png?raw=true">
43
<h1 align="center">ReacType </h1>
@@ -7,14 +6,14 @@
76
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](https://github.com/team-reactype/ReacType/pulls)
87
![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)
98

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**.
1110
In other words, **you can draw prototypes and export React / Typescript code!**
1211

1312
**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.
1413

1514
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).
1615

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.
1817

1918
![Image of ReacType Application](https://i.imgur.com/0wV7R1P.jpg)
2019

@@ -78,7 +77,7 @@ yarn start
7877
yarn run dev
7978
```
8079

81-
- and on another terminal
80+
- and on another terminal.
8281

8382
```bash
8483
yarn run electron

0 commit comments

Comments
 (0)