Skip to content

Commit d53ef9b

Browse files
committed
readme updates
1 parent 3e08e96 commit d53ef9b

File tree

1 file changed

+20
-3
lines changed

1 file changed

+20
-3
lines changed

README.md

+20-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ In other words, **you can draw prototypes and export React / Typescript code!**
2525

2626
Download for [MacOS](https://github.com/team-reactype/ReacType/releases), [Windows](https://github.com/team-reactype/ReacType/releases/), [Linux](https://github.com/team-reactype/ReacType/releases/).
2727

28-
- **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.
28+
- **Mac users**: After opening the dmg and dragging ReacType into your Applications folder, ctrl+click the icon and select 'Open' from the context menu to run the app. This extra step is necessary since we don't have an Apple developer license yet.
2929

30-
- **Linux users**: run the application as a super user in order to read and write files.
30+
- **Linux users**: Run the application as a super user in order to read and write files.
3131

3232
![Gif of adding](https://i.imgur.com/nOeuuU6.gif)
3333

@@ -106,7 +106,24 @@ npm run prod
106106
npm run dev
107107
```
108108

109-
- Please note that the development build is not connected to the production server. To develop with a development server, clone the [ReacType server repo](https://github.com/andrewjcho84/ReacTypeServer). Alternatively, you can also select "Continue as guest" on the log-in page of the app to not use any features that rely on the server (authentication and saving project data.)
109+
- Please note that the development build is not connected to the production server. `npm run dev` should spin up the development server from the server folder of this repo. For additional information, the readme is [here](https://github.com/open-source-labs/ReacType/blob/master/server/README.md). Alternatively, you can also select "Continue as guest" on the log-in page of the app to not use any features that rely on the server (authentication and saving project data.)
110+
111+
## To Run Your Exported Next.js Project
112+
- Open exported project directory
113+
- Install dependencies
114+
115+
```bash
116+
npm install
117+
```
118+
- Build the app
119+
```bash
120+
npm run build
121+
```
122+
- Start an instance
123+
```bash
124+
npm run start
125+
```
126+
- Open browser and navigate to localhost at specified port
110127

111128
## License
112129

0 commit comments

Comments
 (0)