Skip to content

Commit 6d7183c

Browse files
committed
Clean formatting of DeveloperREADME.md
1 parent d76f1a2 commit 6d7183c

File tree

1 file changed

+18
-30
lines changed

1 file changed

+18
-30
lines changed

DeveloperREADME.md

Lines changed: 18 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -1,58 +1,46 @@
11
<div>
2-
<h1>
3-
Development Enviroment Setup
4-
<h1>
2+
<h1>Development Enviroment Setup</h1>
53

6-
<h2>
7-
Getting Started
8-
<h2>
4+
<h2>Getting Started</h2>
95

10-
<h4>1. <a href=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en>
11-
Download React Dev Tools from the Chrome Webstore Here
12-
</a></h4>
6+
1. <a href=https://chrome.google.com/webstore/detail/react-developer-tools/fmkadmapgofadopljbjfkapdkoienihi?hl=en>
7+
Download React Dev Tools from the Chrome Webstore Here
8+
</a>
139

14-
<h4>2. Clone down the Reactime repo onto your machine.</h4>
10+
2. Clone down the Reactime repo onto your machine.
1511

1612
```
1713
git clone https://github.com/open-source-labs/reactime.git
1814
```
1915

20-
<h4> 3. Install dependencies and build.</h4>
16+
3. Install dependencies and build.
2117

2218
```
2319
cd reactime
2420
npm install --force
2521
npm run build
2622
```
2723

28-
<h4> 4. Spin up the demo application. </h4>
24+
4. Spin up the demo application.
2925

3026
```
3127
cd demo-app
3228
npm install
3329
npm start
3430
```
3531

36-
<br>
37-
38-
<h4>
3932
5. Add Reactime to your Chrome extensions.
40-
<br>
41-
* Navigate to chrome://extensions
42-
<br>
43-
* Select “Load Unpacked”
44-
<br>
45-
* Choose reactime > src > extension > build
46-
<br>
47-
* Navigate to http://localhost:8080/ to inspect the demo application using Reactime!
48-
<br>
49-
<br>
50-
<h4>
33+
34+
- Navigate to chrome://extensions
35+
- Select “Load Unpacked”
36+
- Choose reactime > src > extension > build
37+
- Navigate to http://localhost:8080/ to inspect the demo application using Reactime!
38+
<br>
39+
5140
<p align="center">
52-
<img src="./assets/reactime-dev-setup.gif" />
41+
<img src="./assets/reactime-dev-setup.gif" />
5342
</p>
54-
<br>
43+
5544
<h2>Documentation for Consideration</h2>
56-
<h4>Can Reactime be integrated with Redux compatibility so applications using Redux can track state in Reactime?
57-
<br>
45+
<h4>Can Reactime be integrated with Redux compatibility so applications using Redux can track state in Reactime?</h4>
5846
Yes, but it would be very time-consuming and not the most feasible option while Redux devtools exists already. With how Redux devtools is currently set up, a developer is unable to use Redux devtools as a third-party user and integrate its functionality into their own application, as Redux devtools is meant to be used directly on an application using Redux for state-tracking purposes. Since the devtools do not appear to have a public API for integrated use in an application or it simply does not exist, Redux devtools would need to be rebuilt from the ground up and then integrated into Reactime, or built into Reactime directly still from scratch.

0 commit comments

Comments
 (0)