Skip to content

Commit 324b888

Browse files
committed
read icon update
1 parent d2b403a commit 324b888

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<p align="center">
2-
<img width="50" src="https://github.com/team-reactype/ReacType/blob/master/app/src/public/icons/png/256x256.png?raw=true">
2+
<img width="50" src="url('./app/src/public/icons/png/256x256.png)">
33
<h1 align="center">ReacType </h1>
44
</p>
55

@@ -109,20 +109,26 @@ npm run dev
109109
- 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.)
110110

111111
## To Run Your Exported Next.js Project
112+
112113
- Open exported project directory
113114
- Install dependencies
114115

115116
```bash
116117
npm install
117118
```
119+
118120
- Build the app
121+
119122
```bash
120123
npm run build
121124
```
125+
122126
- Start an instance
127+
123128
```bash
124129
npm run start
125130
```
131+
126132
- Open browser and navigate to localhost at specified port
127133

128134
## License

0 commit comments

Comments
 (0)